7 lines
118 B
Go
Raw Normal View History

2018-06-21 10:49:35 -04:00
package jose
import "time"
// Now returns the current time in UTC.
func Now() time.Time { return time.Now().UTC() }