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

Function displacementToOffsetZone

src/common/TimeZoneUtil.cpp:1171–1174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1169}
1170
1171static inline USHORT displacementToOffsetZone(SSHORT displacement)
1172{
1173 return (USHORT)(int(displacement) + ONE_DAY);
1174}
1175
1176// Parses a integer number.
1177static int parseNumber(const char*& p, const char* end)

Callers 1

makeFromOffsetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected