made the copmment clearer

svn path=/trunk/; revision=16413
This commit is contained in:
Jeffrey Stedfast
2002-04-09 20:02:43 +00:00
parent 3fca798afe
commit e5eb5e62f7

View File

@ -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