aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-mime-message.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-mime-message.c')
-rw-r--r--camel/camel-mime-message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-mime-message.c b/camel/camel-mime-message.c
index 06f6f7b029..fe62c84ed5 100644
--- a/camel/camel-mime-message.c
+++ b/camel/camel-mime-message.c
@@ -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