diff libpurple/util.c @ 16004:b4593c886933

fix our string-to-time function, and add a couple tests for it
author Nathan Walp <nwalp@pidgin.im>
date Sat, 07 Apr 2007 04:43:50 +0000
parents 4e44a9eaceec
children 198983d7e546
line wrap: on
line diff
--- a/libpurple/util.c	Fri Apr 06 23:09:25 2007 +0000
+++ b/libpurple/util.c	Sat Apr 07 04:43:50 2007 +0000
@@ -794,7 +794,7 @@
 			}
 			else if (utc)
 			{
-				t->tm_isdst = 0;
+				t->tm_isdst = -1;
 			}
 
 			if (rest != NULL && *c != '\0')