*** ./kopete/protocols/jabber/googletalk/libjingle/talk/base/httpcommon.cc.orig 2011-04-08 22:53:54.449396376 +0400 --- ./kopete/protocols/jabber/googletalk/libjingle/talk/base/httpcommon.cc 2011-04-08 22:54:52.017857851 +0400 *************** *** 371,377 **** } gmt = non_gmt + kTimeZoneOffsets[zindex] * 60 * 60; } ! #ifdef OSX tm *tm_for_timezone = localtime((time_t *)&gmt); *seconds = gmt + tm_for_timezone->tm_gmtoff; #else --- 371,377 ---- } gmt = non_gmt + kTimeZoneOffsets[zindex] * 60 * 60; } ! #if defined (OSX) || defined(__FreeBSD__) tm *tm_for_timezone = localtime((time_t *)&gmt); *seconds = gmt + tm_for_timezone->tm_gmtoff; #else