Message233250
Hi,
Here is my understanding of it.
I have used the following C example of strptime and strftime to show that the string '0 2015 2' along with the format specifier '%W %Y %w' is invalid.
For any valid string, strptime followed by strftime should return the same string. This is easily verified. However, when you try the same thing(as in the attached example) with '0 2015 2', we get a different string after strptime followed by strftime, indicating the string is invalid.
Do let me know if I have made any mistake in understanding this. |
|
Date |
User |
Action |
Args |
2014-12-31 16:32:31 | Saimadhav.Heblikar | set | recipients:
+ Saimadhav.Heblikar, lemburg, belopolsky, serhiy.storchaka, jamercee |
2014-12-31 16:32:31 | Saimadhav.Heblikar | set | messageid: <1420043551.08.0.0508511943979.issue23136@psf.upfronthosting.co.za> |
2014-12-31 16:32:31 | Saimadhav.Heblikar | link | issue23136 messages |
2014-12-31 16:32:30 | Saimadhav.Heblikar | create | |
|