Versions in this module Expand all Collapse all v1 v1.1.1 Jan 13, 2024 v1.1.0 Jan 13, 2024 Changes in this version + func Since(t Time) time.Duration + type Time struct + func Now() Time + func ToMSTime(t time.Time) Time + func UnixMilliseconds(ms int64) Time + func (t Time) Add(d time.Duration) Time + func (t Time) After(u Time) bool + func (t Time) Before(u Time) bool + func (t Time) Clock() (hour, min, sec int) + func (t Time) Date() (year int, month time.Month, day int) + func (t Time) IsZero() bool + func (t Time) Millisecond() int + func (t Time) String() string + func (t Time) Sub(u Time) time.Duration + func (t Time) ToNativeTime() time.Time + func (t Time) UnixMilliseconds() int64 + func (t Time) UnixSeconds() int64