Monotone-Parent: bf42b4068082eb38268bdf4f7034597312c2bb7c

Monotone-Revision: 30ddfff1991c7e39d67fc5f3c46b308d273ee14a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-06T14:40:54
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-06 14:40:54 +00:00
parent 3984092f08
commit 6f49b8f041
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -384,7 +384,7 @@ static BOOL uixDebugEnabled = NO;
else
{
cdate = [NSCalendarDate calendarDate];
dateString = [NSString stringWithFormat: @"%d%d%d %@",
dateString = [NSString stringWithFormat: @"%.4d%.2d%.2d %@",
[cdate yearOfCommonEra],
[cdate monthOfYear],
[cdate dayOfMonth],