I think most users would benefit from having something like now() available, which would expose Go's time.Now(). This would give you immediate access to all the Methods on Go's time.Time type. Other useful functions could be parseTime() (time.Parse) and since() (time.Since).