Update of /cvsroot/gaim/gaim/src/protocols/jabber
In directory usw-pr-cvs1:/tmp/cvs-serv23402/src/protocols/jabber
Modified Files:
jabber.c
Log Message:
Try this out.
Index: jabber.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/jabber/jabber.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- jabber.c 20 Apr 2002 08:10:13 -0000 1.42
+++ jabber.c 21 Apr 2002 19:05:29 -0000 1.43
@@ -738,7 +738,7 @@
{
t.tm_year -= 1900;
t.tm_mon -= 1;
- return mktime(&t) - timezone;
+ return mktime(&t) - t.tm_gmtoff;
}
return 0;
}
|