Documentation
¶
Overview ¶
packge time expand std.time and hide std.time depend for client
Index ¶
Constants ¶
View Source
const ( Day = 24 * Hour //expand const Week = 7 * Day //expand const Nanosecond Duration = Duration(time.Nanosecond) Microsecond = Duration(time.Microsecond) Millisecond = Duration(time.Millisecond) Second = Duration(time.Second) Minute = Duration(time.Minute) Hour = Duration(time.Hour) )
Variables ¶
This section is empty.
Functions ¶
func RuntimeNow ¶
func UpdateAdjust ¶
Types ¶
type Duration ¶
Duration is expand type for time.Duration
func ParseDuration ¶
re-export std.time.ParseDuration
Click to show internal directories.
Click to hide internal directories.