Difference between revisions of "Talk:1467: Email"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
(Created page with "The strftime format used is probably %Y-%M-%D %h:%m:%s, which visibly looks as if it will yield a date and time, yet doesn't. A more correct format would have been %Y-%m-%d %H...")
(No difference)

Revision as of 08:27, 31 December 2014

The strftime format used is probably %Y-%M-%D %h:%m:%s, which visibly looks as if it will yield a date and time, yet doesn't. A more correct format would have been %Y-%m-%d %H:%M:%S.