Searched refs:timestampTzBuf (Results 1 – 1 of 1) sorted by relevance
118 char timestampTzBuf[124] = {0}; in get_formatted_timestamp_tz() local133 size_t timestamp_tz_len = sprintf(timestampTzBuf, "%s %s", timestampBuf, timeZoneBuffer); in get_formatted_timestamp_tz()134 ZVAL_STRINGL(result, timestampTzBuf, timestamp_tz_len); in get_formatted_timestamp_tz()
Completed in 6 milliseconds