Message233251
In a comment for #23134, Serhiy suggested that this may not be a bug (msg233215) because C strptime behavior for this case is undefined.
I disagree. On Mac OSX, strptime man page states:
"""
The %U and %W format specifiers accept any value within the range 00 to 53 without validat-
ing against other values supplied (like month or day of the year, for example).
"""
And for the data="0 2015 2", format="%W %Y %w" case, it produces 2015-12-30 00:00:00 as expected. |
|
Date |
User |
Action |
Args |
2014-12-31 16:41:49 | belopolsky | set | recipients:
+ belopolsky, lemburg, serhiy.storchaka, jamercee, Saimadhav.Heblikar |
2014-12-31 16:41:49 | belopolsky | set | messageid: <1420044109.06.0.71819351892.issue23136@psf.upfronthosting.co.za> |
2014-12-31 16:41:49 | belopolsky | link | issue23136 messages |
2014-12-31 16:41:48 | belopolsky | create | |
|