Versions in this module Expand all Collapse all v1 v1.0.1 Jan 21, 2025 Changes in this version + func GetDayStartTime(t time.Time) time.Time + func GetDayStartTimeUnix(t time.Time) int64 + func GetMonthStartEndTime(t time.Time) (int64, int64) + func GetTimeMicro() int64 + func GetTimeMilli() int64 + func GetTimeUnix() int64 + func GetWeekDurationTime(t time.Time) (time.Time, time.Time) + func GetWeekStartTime(t time.Time) time.Time + func Now() time.Time + func SameDay(timestamp1, timestamp2 int64) bool + func SameWeek(timestamp1, timestamp2 int64) bool + func SetTimeOffset(offset int64) + func Since(t time.Time) time.Duration + func SinceFromUnix(t int64) time.Duration