mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
7 lines
118 B
Go
7 lines
118 B
Go
package jose
|
|
|
|
import "time"
|
|
|
|
// Now returns the current time in UTC.
|
|
func Now() time.Time { return time.Now().UTC() }
|