1 Star 0 Fork 0

vitarch / goutils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
const.go 386 Bytes
一键复制 编辑 原始数据 按行查看 历史
vitarch 提交于 2023-06-15 11:14 . init
package utilsTime
const (
FormatDatetime = "2006-01-02 15:04:05"
FormatDatetimeCompact = "20060102150405"
FormatDay = "2006-01-02"
FormatDatetCompact = "20060102"
FormatTime = "15:04:05"
FormatUTC = "2006-01-02T15:04:05Z"
FormatUTC1 = "2006-01-02T15:04:05"
FormatUTC2 = "2006-01-02T15:04Z"
FormatISO8601 = "2006-01-02T15:04:05.999-07:00"
)
Go
1
https://gitee.com/vitarch/goutils.git
git@gitee.com:vitarch/goutils.git
vitarch
goutils
goutils
7ec6a993d123

搜索帮助