tm_gmtoff 1645 ext/date/php_date.c ta.tm_gmtoff = 0; tm_gmtoff 1655 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 794 ext/openssl/openssl.c gmadjust = thetime.tm_gmtoff; tm_gmtoff 2899 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 ));