npryce / adr-tools

Command-line tools for working with Architecture Decision Records
Other
4.56k stars 580 forks source link

Default to current locale's date format. #19

Closed jtharris closed 7 years ago

jtharris commented 7 years ago

This will use the default date format for the user's locale in the date header.

npryce commented 7 years ago

This will cause problems when the team working with the ADRs are in different locales.

Dates should be in a standard format (e.g. ISO 8601 as implemented by PR #15).

Also, any change to date format must consider migration of existing data.