Monotone-Parent: 616e2fe60757c349b755dc0ae8ffb40128f6680d

Monotone-Revision: 9d972ca7ce6de4175d3f3ba055fcefd29e7ccb4b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-30T14:37:45
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-11-30 14:37:45 +00:00
parent 63958e1b01
commit 189c847e6c
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
2007-11-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/NSCalendarDate+SOGo.m ([NSCalendarDate
-rfc822DateString]): we want positive timezones to be specified
with a leading "+" too.
2007-11-29 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoGCSFolder.m ([SOGoGCSFolder
+1 -1
View File
@@ -129,7 +129,7 @@ static NSString *rfc822Months[] = {@"", @"Jan", @"Feb", @"Mar", @"Apr",
timeZoneShift += tzSeconds / 60;
return
[NSString stringWithFormat: @"%@, %.2d %@ %d %.2d:%.2d:%.2d %.4d",
[NSString stringWithFormat: @"%@, %.2d %@ %d %.2d:%.2d:%.2d %+.4d",
rfc822Days[[self dayOfWeek]], [self dayOfMonth],
rfc822Months[[self monthOfYear]], [self yearOfCommonEra],
[self hourOfDay], [self minuteOfHour], [self secondOfMinute],