Searched refs:fb_decode_timestamp_tz (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/pdo_firebird/ |
H A D | pdo_firebird_utils.h | 37 ISC_STATUS fb_decode_timestamp_tz(ISC_STATUS* isc_status, const ISC_TIMESTAMP_TZ* timestampTz,
|
H A D | pdo_firebird_utils.cpp | 72 extern "C" ISC_STATUS fb_decode_timestamp_tz(ISC_STATUS* isc_status, const ISC_TIMESTAMP_TZ* timest… in fb_decode_timestamp_tz() function
|
H A D | firebird_statement.c | 119 …if (fb_decode_timestamp_tz(S->H->isc_status, timestampTz, &year, &month, &day, &hours, &minutes, &… in get_formatted_timestamp_tz()
|
Completed in 14 milliseconds