mozilla / releasewarrior

Similar to the definition of a Census, this tool systematically acuires and records information about the releases of a given product
9 stars 16 forks source link

Be consistant with date formats #11

Closed hwine closed 8 years ago

hwine commented 8 years ago

I found it somewhat jarring that there are multiple date formats in various places:

Personally, I'm a strong believer in ISO-8601 dates. The confusion of 'what century is it' is not something I wish for the next generations.

The patches s/b easy -- the challenge will be picking a 'flag day' to convert the existing data. Or maybe git can handle rename-with-content-change as well. We'd find out. :)

This may be related to issue #9.

hwine commented 8 years ago

Fixed by PR #12