Carbon is a simple, semantic and developer-friendly golang package for datetime.
Carbon has been included by awesome-go , if you think it is helpful, please give me a star.
github.com/golang-module/carbon
Installation
Go version >= 1.16
go get -u github.com/golang-module/carbon/v2
import  "github.com/golang-module/carbon/v2"
Change log
- Fix bug in DiffInYearsandAgemethods #181
- Fix bug with lost time zone after json.Unmarshal#178
- Move CreateFromStdTimemethod fromcarbon.gotocreator.go
- Move ToStdTimemethod fromcarbon.gotooutputer.go
- Move deprecated methods as FromStdTime,Time2CarbonandCarbon2Timetodeprecated.go
- Update stretchr/testifyto v1.8.4