open-vault/vendor/github.com/briankassouf/jose/time.go
2018-06-19 23:03:22 -04:00

7 lines
118 B
Go

package jose
import "time"
// Now returns the current time in UTC.
func Now() time.Time { return time.Now().UTC() }