Documentation
¶
Index ¶
Constants ¶
View Source
const ( FormatISO8601 = "2006-01-02T15:04:05" FormatISO8601Z = "2006-01-02T15:04:05+00:00" FormatRFC3339 = time.RFC3339 FormatRFC3339Z = "2006-01-02T15:04:05Z07:00" )
Variables ¶
View Source
var ( Day = 24 * time.Hour LocalZone = "+00:00" LocalZoneSeconds = 0 LocalFixedZone = time.FixedZone("", LocalZoneSeconds) )
Functions ¶
func LocalRFC3339 ¶
func NowRFC3339 ¶
func NowRFC3339() string
Types ¶
Click to show internal directories.
Click to hide internal directories.