Versions in this module Expand all Collapse all v1 v1.1.3 Dec 25, 2020 v1.1.1 Dec 19, 2020 Changes in this version + var Interval int64 = 0 + var Location = time.FixedZone("CST", 8 * 60 * 60) + func EndOfDay(in int64) time.Time + func GetMSec() int64 + func GetNano() int64 + func GetNow() int64 + func GetNowTime() time.Time + func GetSinceDayFromTimeStr(in uint64) int64 + func GetTime(tm int64) time.Time + func GetWeek() uint32 + func IsSameDay(a, b int64) bool + func IsSameWeek(a, b int64) bool + func ParseTimeToUnixTime(in string) uint64 + func SetLocation(hour int) + func SetTimeInterval(in int64) + func StartOfDay(in int64) time.Time + func WeekEnd(in int64) time.Time + func WeekStart(in int64) time.Time