Searched refs:tm_gmtoff (Results 1 - 9 of 9) sorted by relevance

/haiku/src/system/libroot/posix/musl/time/
H A Dtime_impl_haiku.h13 #define __tm_gmtoff tm_gmtoff
/haiku/headers/private/fs_shell/
H A Dfssh_time.h48 int tm_gmtoff; /* timezone offset to GMT */ member in struct:fssh_tm
/haiku/headers/posix/
H A Dtime.h66 int tm_gmtoff; /* timezone offset to GMT */ member in struct:tm
/haiku/src/system/libroot/add-ons/icu/
H A DICUTimeConversion.cpp245 tmOut->tm_gmtoff = (calendar.get(UCAL_ZONE_OFFSET, icuStatus)
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp1823 if (now.tm_gmtoff != expected.tm_gmtoff) {
1824 printf("\tPROBLEM: localtime().tm_gmtoff = %d (expected %d)\n",
1825 now.tm_gmtoff, expected.tm_gmtoff);
1898 if (now.tm_gmtoff != expected.tm_gmtoff) {
1899 printf("\tPROBLEM: localtime().tm_gmtoff = %d (expected %d)\n",
1900 now.tm_gmtoff, expected.tm_gmtoff);
[all...]
/haiku/src/kits/mail/
H A DMailMessage.cpp767 tm.tm_gmtoff / 3600, (tm.tm_gmtoff / 60) % 60);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.cpp262 set_timezone(local->tm_gmtoff / 60);
/haiku/src/bin/unzip/
H A Dfileio.c1743 m_time -= tm->tm_gmtoff; /* sec. EAST of GMT: subtr. */
1762 #ifndef BSD4_4 /* (DST already added to tm_gmtoff, so skip tm_isdst) */
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c4004 zone = t->tm_gmtoff / 60L;

Completed in 97 milliseconds