made the copmment clearer
authorJeffrey Stedfast <fejj@src.gnome.org>
Tue, 9 Apr 2002 20:02:43 +0000 (20:02 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Tue, 9 Apr 2002 20:02:43 +0000 (20:02 +0000)
camel/camel-mime-message.c

index 06f6f7b..fe62c84 100644 (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