Versions in this module Expand all Collapse all v0 v0.0.1 Aug 7, 2025 Changes in this version + func ConvertToShanghai(t time.Time) time.Time + func Format(t time.Time) string + func FormatDate(t time.Time) string + func Now() time.Time + func NowTimestamp() int64 + func Parse(timeStr string) (time.Time, error) + func ParseDate(dateStr string) (time.Time, error) + func StartOfDay(t time.Time) time.Time + func StartOfDayTimestamp(t time.Time) int64 + func StartOfMonth(t time.Time) time.Time + func StartOfMonthTimestamp(t time.Time) int64 + func StartOfWeek(t time.Time) time.Time + func StartOfWeekTimestamp(t time.Time) int64