made the copmment clearer
svn path=/trunk/; revision=16413
This commit is contained in:
@ -214,7 +214,7 @@ camel_mime_message_set_date (CamelMimeMessage *message, time_t date, int offset
|
||||
#endif
|
||||
offset = -(((tz/60/60) * 100) + (tz/60 % 60));
|
||||
#ifdef HAVE_TIMEZONE
|
||||
/* tm.tm_gmtoff is already adjusted... */
|
||||
/* tm.tm_gmtoff is already adjusted for DST */
|
||||
if (local->tm_isdst>0)
|
||||
offset += 100;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user