Home
last modified time | relevance | path

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

/php-src/ext/pdo_firebird/
H A Dpdo_firebird_utils.h37 ISC_STATUS fb_decode_timestamp_tz(ISC_STATUS* isc_status, const ISC_TIMESTAMP_TZ* timestampTz,
H A Dpdo_firebird_utils.cpp72 … "C" ISC_STATUS fb_decode_timestamp_tz(ISC_STATUS* isc_status, const ISC_TIMESTAMP_TZ* timestampTz, in fb_decode_timestamp_tz() argument
81 util->decodeTimeStampTz(&st, timestampTz, year, month, day, in fb_decode_timestamp_tz()
H A Dfirebird_statement.c109 static int get_formatted_timestamp_tz(pdo_stmt_t *stmt, const ISC_TIMESTAMP_TZ* timestampTz, zval *… in get_formatted_timestamp_tz() argument
119 …if (fb_decode_timestamp_tz(S->H->isc_status, timestampTz, &year, &month, &day, &hours, &minutes, &… in get_formatted_timestamp_tz()

Completed in 7 milliseconds