logical: note time zone of lease

This commit is contained in:
Mitchell Hashimoto 2015-04-10 20:49:17 -07:00
parent 8ef487a4f5
commit 2c5ac09b23

View file

@ -21,7 +21,7 @@ type LeaseOptions struct {
// LeaseIssue is the time of issue for the original lease. This is
// only available on a Renew operation and has no effect when returning
// a response. It can be used to enforce maximum lease periods by
// a logical backend.
// a logical backend. This time will always be in UTC.
LeaseIssue time.Time `json:"-"`
}