libpurple/protocols/msn/oim.c

branch
cpw.khc.msnp14
changeset 20587
55af483c9e86
parent 20585
a82494142fe3
child 20609
b92d0b5ab89d
child 21361
f890366c8ec6
equal deleted inserted replaced
20586:928a73117b1c 20587:55af483c9e86
465 465
466 t.tm_year -= 1900; 466 t.tm_year -= 1900;
467 t.tm_isdst = 0; 467 t.tm_isdst = 0;
468 468
469 #ifdef _WIN32 469 #ifdef _WIN32
470 if ((sys_tzoff = win32_get_tz_offset()) != -1) 470 if ((sys_tzoff = wpurple_get_tz_offset()) != -1)
471 tzoff += sys_tzoff; 471 tzoff += sys_tzoff;
472 #else 472 #else
473 #ifdef HAVE_TM_GMTOFF 473 #ifdef HAVE_TM_GMTOFF
474 tzoff += t.tm_gmtoff; 474 tzoff += t.tm_gmtoff;
475 #else 475 #else

mercurial