ilovkop / ispyconnect

Automatically exported from code.google.com/p/ispyconnect
1 stars 0 forks source link

Timestamp issue #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Edit
2. change timestamp to {0:MM MMM yy hh:mm:sstt}
3.

What is the expected output? What do you see instead?
Date should be correct day, should see, as of today 01 Sep 12 instead shows 09 
Sep 12

What version of the product are you using? On what operating system?
4.4.9.0   Windows 7 64b

Please provide any additional information below.
Watchbot camera (Foscam clone), I also have several other camera's of different 
makes and it does the same.

Martyn

Original issue reported on code.google.com by HKTroop...@gmail.com on 1 Sep 2012 at 9:09

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
MM is the number of the month which is 9.

Try:

{0:dd MMM yy hh:mm:sstt}

Original comment by ad...@developerinabox.com on 4 Sep 2012 at 3:24

GoogleCodeExporter commented 9 years ago
Thank you that did it, I didnt realise I could change the format myself :-)

Original comment by HKTroop...@gmail.com on 6 Sep 2012 at 6:09