Home
last modified time | relevance | path

Searched refs:tzbuf (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/soap/
H A Dphp_encoding.c2989 char tzbuf[8]; in to_xml_datetime_ex() local
3014 …snprintf(tzbuf, sizeof(tzbuf), "%c%02d:%02d", (ta->tm_gmtoff < 0) ? '-' : '+', abs(ta->tm_gmtoff /… in to_xml_datetime_ex()
3017 …snprintf(tzbuf, sizeof(tzbuf), "%c%02d:%02d", ((ta->tm_isdst ? _timezone - 3600:_timezone)>0)?'-':… in to_xml_datetime_ex()
3019 …snprintf(tzbuf, sizeof(tzbuf), "%c%02d:%02d", ((ta->tm_isdst ? timezone - 3600:timezone)>0)?'-':'+… in to_xml_datetime_ex()
3022 if (strcmp(tzbuf,"+00:00") == 0) { in to_xml_datetime_ex()
3023 strcpy(tzbuf,"Z"); in to_xml_datetime_ex()
3031 strcat(buf, tzbuf); in to_xml_datetime_ex()

Completed in 16 milliseconds