From add3c74d50d59fc7726e2568bae7bd277e5438cb Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 10 Apr 2015 20:49:17 -0700 Subject: [PATCH] logical: note time zone of lease --- logical/lease.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:"-"` }