MCPcopy Create free account
hub / github.com/bytedance/bolt / packTimestampWithTimeZone

Function packTimestampWithTimeZone

bolt/serializers/PrestoSerializer.cpp:623–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623int64_t packTimestampWithTimeZone(int64_t timestamp, int16_t timezone) {
624 return timezone | (timestamp << 12);
625}
626
627void unpackTimestampWithTimeZone(
628 int64_t packed,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected