tm_gmtoff 1680 ext/date/php_date.c ta.tm_gmtoff = 0; tm_gmtoff 1690 ext/date/php_date.c ta.tm_gmtoff = offset->offset; tm_gmtoff 132 ext/fileinfo/libmagic/cdf_time.c tm.tm_gmtoff = 0; tm_gmtoff 772 ext/openssl/openssl.c gmadjust = thetime.tm_gmtoff; tm_gmtoff 3012 ext/soap/php_encoding.c snprintf(tzbuf, sizeof(tzbuf), "%c%02d:%02d", (ta->tm_gmtoff < 0) ? '-' : '+', abs(ta->tm_gmtoff / 3600), abs( (ta->tm_gmtoff % 3600) / 60 )); tm_gmtoff 600 ext/zip/lib/zip_dirent.c torrenttime.tm_gmtoff = l->tm_gmtoff;