This repository has been archived on 2020-04-27. You can view files and clone it, but cannot push or open issues or pull requests.
cmd/vendor/github.com/golang-sql/civil
Lunny Xiao 9ccdb0ebed
All checks were successful
continuous-integration/drone/push Build is passing
upgrade to xorm v1.0.1
2020-04-27 09:43:43 +08:00
..
civil.go upgrade to xorm v1.0.1 2020-04-27 09:43:43 +08:00
CONTRIBUTING.md upgrade to xorm v1.0.1 2020-04-27 09:43:43 +08:00
LICENSE upgrade to xorm v1.0.1 2020-04-27 09:43:43 +08:00
README.md upgrade to xorm v1.0.1 2020-04-27 09:43:43 +08:00

Civil Date and Time

GoDoc

Civil provides Date, Time of Day, and DateTime data types.

While there are many uses, using specific types when working with databases make is conceptually eaiser to understand what value is set in the remote system.

Source

This civil package was extracted and forked from cloud.google.com/go/civil. As such the license and contributing requirements remain the same as that module.