On Tue, 2016-11-01 at 15:04 +0100, Paul Slootman wrote:
> On Tue 01 Nov 2016, Björn Lässig wrote:
> Patch basically looks like a good idea.
> However, the perl documentation for the POSIX strftime() function says:
> 
>             If you want your code to be portable, your format ("fmt") argument
>             should use only the conversion specifiers defined by the ANSI C
>             standard (C89, to play safe). These are "aAbBcdHIjmMpSUwWxXyYZ%".
> 
> That said, using lowercase z as a format specifier should work on all
> reasonable systems.

I actually took z after having a look at DIN EN ISO 8601 ... and its
already implemented in python dateutil.parser :-)

Björn Lässig

_______________________________________________
Dirvish mailing list
[email protected]
http://www.dirvish.org/mailman/listinfo/dirvish

Reply via email to