--- a/libgaim/util.c Sat Nov 18 05:53:07 2006 +0000+++ b/libgaim/util.c Sun Nov 19 05:56:07 2006 +0000@@ -791,6 +791,10 @@ * if we know the UTC offset already. */ t->tm_isdst = 0; }+ else if (utc)+ {+ t->tm_isdst = 0;+ } if (rest != NULL && *c != '\0') {