SphereServer BugTracker - SphereServer
View Issue Details
0001940SphereServerexecutable - windows buildpublic04-04-11 16:5807-04-11 03:01
trinax 
MrSugarCube 
normalminoralways
resolvedfixed 
20-09-2009, 0.56b Prerelease 
0.56c Nightly 
Automated (specify build number)
None
None
1435
0001940: This RTime format cant be parsed on windows
Used to work fine under Linux build. A screen shot is loaded.
I would like to sign up to be a developer for sphere but I cannot find any contact information, can you help me about that?
No tags attached.
png Capture.PNG (76,192) 04-04-11 16:58
http://tracker.sphere.torfo.org/bugs/file_download.php?file_id=62&type=bug
png
Issue History
04-04-11 16:58trinaxNew Issue
04-04-11 16:58trinaxFile Added: Capture.PNG
04-04-11 17:58trinaxNote Added: 0000992
04-04-11 18:01chuuuNote Added: 0000993
04-04-11 18:01chuuuNote Edited: 0000993bug_revision_view_page.php?bugnote_id=0000993#r229
04-04-11 18:36trinaxNote Added: 0000994
05-04-11 11:38trinaxNote Edited: 0000994bug_revision_view_page.php?bugnote_id=0000994#r231
07-04-11 02:22MrSugarCubeNote Added: 0000995
07-04-11 02:22MrSugarCubeStatusnew => closed
07-04-11 02:22MrSugarCubeResolutionopen => not fixable
07-04-11 03:01MrSugarCubeNote Added: 0000996
07-04-11 03:01MrSugarCubeAssigned To => MrSugarCube
07-04-11 03:01MrSugarCubeStatusclosed => resolved
07-04-11 03:01MrSugarCubeResolutionnot fixable => fixed
07-04-11 03:01MrSugarCubeFixed in Version => 0.56c Nightly

Notes
(0000992)
trinax   
04-04-11 17:58   
The cause of the bug is %R by the way. It is supported in Linux but not on Windows.
(0000993)
chuuu   
04-04-11 18:01   
What is %n and %R? I mean , what "time" are they suposed to be?

(0000994)
trinax   
04-04-11 18:36   
(edited on: 05-04-11 11:38)
There isn't any %n there :P
%R is supposed to be a shortcut for %H:%M but it is not defined in strftime I think, still I see linux supports it.

So I guess this report is not actually a bug.

(0000995)
MrSugarCube   
07-04-11 02:22   
The formatting codes that are available depend on what your operation system provides.

For Windows, there's a list here: http://msdn.microsoft.com/en-us/library/fe06s4ak.aspx [^]

For Linux, you should be able to find a list on your man page for strftime (e.g. http://linux.die.net/man/3/strftime [^])
(0000996)
MrSugarCube   
07-04-11 03:01   
Whilst I can't do anything about unsupported formatting codes, I have fixed that exception it causes.