On 2013-07-31 14:01:39, RJBS wrote:
Show quoted text> I like YYYY-MM-DD HH:mm just fine.
>
> I really like it, actually.
>
> There is no way in heck, though, that I'm ever putting that T in
> there. Ever. Really.
>
> Changelog files are for humans, and humans are going to have a harder
> time dividing things on the T than on a space.
I would greatly appreciate the checking not being done on the entire line, but only on the bits that match the regexp (e.g. up to just the date, if the stuff after the date doesn't match), to allow for more flexibility in how times are indicated. For example, some do this (from Dist::Zilla::Plugin::Test::Compile):
2.013 2013-07-30 20:54:52 Europe/Paris
and others do this (from Dist::Zilla::PluginBundle::Author::ETHER):
0.014 2013-07-29 17:25:48 PDT-0700 (Karen Etheridge)
...and both are very much equally machine- and human-parsable with the standard YYYY-MM-DD HH::mm::ss.