Home
last modified time | relevance | path

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

/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c117 char timestampBuf[80] = {0}; in get_formatted_timestamp_tz() local
128 size_t len = strftime(timestampBuf, sizeof(timestampBuf), fmt, &t); in get_formatted_timestamp_tz()
133 size_t timestamp_tz_len = sprintf(timestampTzBuf, "%s %s", timestampBuf, timeZoneBuffer); in get_formatted_timestamp_tz()

Completed in 5 milliseconds