carbon 是一个轻量级、语义化、对开发者友好的 golang 时间处理库,支持链式调用。
目前已被 awesome-go 收录,如果您觉得不错,请给个 star 吧
github.com/golang-module/carbon
gitee.com/golang-module/carbon
// 使用 github 库
go get -u github.com/golang-module/carbon/v2
import "github.com/golang-module/carbon/v2"
// 使用 gitee 库
go get -u gitee.com/golang-module/carbon/v2
import "gitee.com/golang-module/carbon/v2"
// 使用 github 库
go get -u github.com/golang-module/carbon
import "github.com/golang-module/carbon"
// 使用 gitee 库
go get -u gitee.com/golang-module/carbon
import "gitee.com/golang-module/carbon"
儒略日
、简化儒略日
在某些情况下计算错误波兰语
支持波斯历
支持StdTime
方法,ToStdTime
方法未来将弃用W3cLayout
常量 1
ysicing 291 天前
目前在用,如果能丰富一下对节假日支持 ,类似 github.com/6tail/lunar-go
|
2
body007 291 天前
@ysicing 我直接爬百度日历里面的数据,每年年底更新一次明年节假日。
https://github.com/jan-bar/interesting/blob/master/perpetual_calendar/baidu_calendar.go |
3
gniviliving 291 天前
写的挺好的,已 star
|
4
yqcode 290 天前
看介绍不错,已 star
|
7
gouguoyin OP @gniviliving 感谢支持,欢迎提出宝贵意见
|