etcd/etcdserver
Brian Waldon 7d1126fb35 etcdserver: init time.Time only if Expiration > 0
golang's concept of "zero" time does not align with the zero value of
a unix timestamp. Initializing time.Time with a unix timestamp of 0
makes time.Time.IsZero fail. Solve this by initializing time.Time only
if we care about the time.
2014-09-22 15:31:31 -07:00
..
2014-09-18 21:25:08 -07:00
2014-09-18 21:25:08 -07:00
2014-09-03 09:20:20 -07:00