# Functions
No description provided by the author
Get the formatted time at 12 o'clock of the day, the format is "2006-01-02_12-00-00".
Get the timestamp at 12 o'clock on the day.
Get the formatted time at 0 o'clock of the day, the format is "2006-01-02_00-00-00".
Get the timestamp at 0 o'clock of the day.
No description provided by the author
Get the current timestamp by Mill.
Get the current timestamp by Nano.
Get the current timestamp by Second.
GetTimeStampByFormat convert string to unix timestamp.
GetTimestampByTimezone get specific timestamp by timezone.
No description provided by the author
IsNthMonthCycle checks if the current day is part of an N-month cycle starting from a given start timestamp.
IsNthWeekCycle checks if the current day is part of an N-week cycle starting from a given start timestamp.
No description provided by the author
IsSameWeekday judge current day and specific day is the same of a week.
No description provided by the author
TimeStringFormatTimeUnix convert string to unix timestamp.
TimeStringToTime convert string to time.Time.
TimeToString convert time.Time to string.
UnixMillSecondToTime convert millSecond to time.Time type.
Convert nano timestamp to time.Time type.
Convert timestamp to time.Time type.