You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lunny Xiao 0f7cad4730
upgrade xorm
3 years ago
..
CONTRIBUTING.md upgrade xorm to v1.0.5 5 years ago
LICENSE upgrade xorm to v1.0.5 5 years ago
README.md upgrade xorm to v1.0.5 5 years ago
civil.go upgrade xorm to v1.0.5 5 years ago

README.md

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.