diff --git a/logical/lease.go b/logical/lease.go index 69877eca78..f7c64c2ee2 100644 --- a/logical/lease.go +++ b/logical/lease.go @@ -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:"-"` }