blob: f366a7a67f10d77b1a13e708c27775e8647f3661 [file] [log] [blame]
package jose
import "time"
// Now returns the current time in UTC.
func Now() time.Time { return time.Now().UTC() }