logical: note time zone of lease
This commit is contained in:
parent
8ef487a4f5
commit
2c5ac09b23
|
@ -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:"-"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue