gmtoff
int32_t gmtoff, last_gmtoff = -1;
gmtoff = smbd_gmtoff();
if ((last_gmtoff != gmtoff) && smbd.s_kbound) {
error = smb_kmod_setgmtoff(gmtoff);
last_gmtoff = gmtoff;
int32_t gmtoff;
gmtoff = (atm->tm_isdst) ? altzone : timezone;
return (gmtoff);
long off = gmtoff(tmp, NULL, gmtmp);
long off = gmtoff(tm, &t, NULL);
time_t gmtoff;
gmtoff = (tm.tm_isdst) ? altzone : timezone;
tod->tod_timezone = gmtoff / SECSPERMIN;
smb_kmod_setgmtoff(int32_t gmtoff)
ioc.offset = gmtoff;
int year, month, day, hour, minute, sec, gmtoff;
gmtoff = HDE_DATE_GMTOFF(dp);
tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
int year, month, day, hour, minute, sec, gmtoff;
gmtoff = HSV_DATE_GMTOFF(dp);
tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
hs_date_to_gmtime(int year, int mon, int day, int gmtoff)
sum -= (gmtoff * 15 * 60);
int year, month, day, hour, minute, sec, gmtoff;
gmtoff = HDE_DATE_GMTOFF(dp);
tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
int year, month, day, hour, minute, sec, gmtoff;
gmtoff = HSV_DATE_GMTOFF(dp);
tvp->tv_sec = hs_date_to_gmtime(year, month, day, gmtoff);
hs_date_to_gmtime(year, mon, day, gmtoff)
int gmtoff;
sum -= (gmtoff * 15 * 60);
static time_t hs_date_to_gmtime(int year, int mon, int day, int gmtoff);