mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-30 04:48:34 -04:00
6 lines
118 B
Go
6 lines
118 B
Go
package jose
|
|
|
|
import "time"
|
|
|
|
// Now returns the current time in UTC.
|
|
func Now() time.Time { return time.Now().UTC() }
|