Mantis - cvsps
Viewing Issue Advanced Details
3466 regular use major have not tried 2009-03-13 19:43 2009-03-14 13:48
bwalton  
 
normal  
closed  
fixed  
none    
none  
0003466: cvsps uses %z in strftime
cvsps uses the non-portable %z in strftime calls which is causes git/cvs to fail when using it in some cases.
Issue History
2009-03-13 19:43 bwalton New Issue
2009-03-14 13:48 bwalton Note Added: 0005651
2009-03-14 13:48 bwalton Status new => closed
2009-03-14 13:48 bwalton Resolution open => fixed

Notes
(0005651)
bwalton   
2009-03-14 13:48   
Resolved with a patch to switch %z to +0000 (all times were GMT based). New package released.