diff --git a/src/sbbs3/msgdate.c b/src/sbbs3/msgdate.c
index 9cac7b786c1ee29ac0ebacd62c2c59d843875e27..25aa2bee12e7b5c057895b6254ba004c4f219f5a 100644
--- a/src/sbbs3/msgdate.c
+++ b/src/sbbs3/msgdate.c
@@ -8,7 +8,7 @@
  * @format.tab-size 4		(Plain Text/Source Code File Header)			*
  * @format.use-tabs true	(see http://www.synchro.net/ptsc_hdr.html)		*
  *																			*
- * Copyright 2003 Rob Swindell - http://www.synchro.net/copyright.html		*
+ * Copyright 2006 Rob Swindell - http://www.synchro.net/copyright.html		*
  *																			*
  * This program is free software; you can redistribute it and/or			*
  * modify it under the terms of the GNU General Public License				*
@@ -167,6 +167,7 @@ when_t DLLCALL rfc822date(char* date)
 			when.zone=(short)EST;
 	}
 
+	tm.tm_isdst=-1;	/* Don't adjust for daylight-savings-time */
 	when.time=mktime(&tm);
 
 	return(when);