Stephen Turnbull wrote:
> The comment should be changed to "ISO 8601"
Changed to "ISO 8601: yyyy-mm-dd" so people can readily get what the format is.
Thanks for the feedback!
Daniel Diniz writes:
> # Date format per time.strftime
> -dateFormat="%x" #locale-appropriate
> +dateFormat="%F" #locale-appropriate
The comment should be changed to "ISO 8601".