amberframework / granite

ORM Model with Adapters for mysql, pg, sqlite in the Crystal Language.
MIT License
296 stars 87 forks source link

Support ISO 8601 datetime formats #148

Open robacarp opened 6 years ago

robacarp commented 6 years ago

Many languages have some aspect of the ISO standard for date formatting built in. It would be nice to use that to make interoperability across APIs easier.

See https://github.com/amberframework/amber/pull/649#discussion_r168944261

crimson-knight commented 1 year ago

The default date format should probably be the ISO 8601 format, including for granite time stamps.