open-vault/vendor/github.com/SermoDigital/jose/time.go

7 lines
118 B
Go
Raw Normal View History

2017-01-04 21:44:03 +00:00
package jose
import "time"
// Now returns the current time in UTC.
func Now() time.Time { return time.Now().UTC() }