1 Star 1 Fork 1

xiaoyutab / xgotool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
to_day_int.go 252 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaoyutab 提交于 2024-04-30 09:58 . 添加状态机依赖
package xstring
import "time"
// 获取当前时间的日期int类型数字【从unix开始到现在的天数】
//
// t 待获取的时间戳
func ToDayInt(t time.Time) int {
_, zn := t.UTC().Zone()
return int((t.Unix()-int64(zn))/60/60-8) / 24
}
Go
1
https://gitee.com/xiaoyutab/xgotool.git
git@gitee.com:xiaoyutab/xgotool.git
xiaoyutab
xgotool
xgotool
v0.3.9

搜索帮助

53164aa7 5694891 3bd8fe86 5694891