package
0.4.43
Repository: https://github.com/imsingee/go-ex.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
Now returns the current time, and set location information to China for display purposes.
NowString 当前时间转换为 200601021504(年月日时分)的格式.
Parse 解析时间字符串(基于 UTC).
ParseInChina 解析时间字符串(基于 GMT+8).
TimeFromUnix 使用秒级时间戳获取时间对象.
TimeFromUnixMicro 使用微秒级时间戳获取时间对象.
TimeFromUnixNano 使用纳秒级时间戳获取时间对象.
TimeString 当前时间转换为 150405(时分秒)的格式.
No description provided by the author
TodayString 当前时间转换为 20060102(年月日)的格式.