mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-22 11:11:26 +01:00
logical: note time zone of lease
This commit is contained in:
parent
1296128ae9
commit
add3c74d50
@ -21,7 +21,7 @@ type LeaseOptions struct {
|
|||||||
// LeaseIssue is the time of issue for the original lease. This is
|
// LeaseIssue is the time of issue for the original lease. This is
|
||||||
// only available on a Renew operation and has no effect when returning
|
// 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 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:"-"`
|
LeaseIssue time.Time `json:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user