MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / decodeTimeTz

Method decodeTimeTz

src/yvalve/utl.cpp:696–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694}
695
696void UtilInterface::decodeTimeTz(CheckStatusWrapper* status, const ISC_TIME_TZ* timeTz,
697 unsigned* hours, unsigned* minutes, unsigned* seconds, unsigned* fractions,
698 unsigned timeZoneBufferLength, char* timeZoneBuffer)
699{
700 decodeTimeTzWithFallback(status, timeTz, TimeZoneUtil::NO_OFFSET,
701 hours, minutes, seconds, fractions, timeZoneBufferLength, timeZoneBuffer);
702}
703
704void UtilInterface::decodeTimeTzEx(Firebird::CheckStatusWrapper* status, const ISC_TIME_TZ_EX* timeEx,
705 unsigned* hours, unsigned* minutes, unsigned* seconds, unsigned* fractions,

Callers

nothing calls this directly

Calls 1

decodeTimeTzWithFallbackFunction · 0.85

Tested by

no test coverage detected