MCPcopy Create free account
hub / github.com/apache/arrow / timezone

Function timezone

cpp/src/generated/feather_generated.h:424–426  ·  view source on GitHub ↗

Timestamp data is assumed to be UTC, but the time zone is stored here for presentation as localized

Source from the content-addressed store, hash-verified

422 /// Timestamp data is assumed to be UTC, but the time zone is stored here for
423 /// presentation as localized
424 const ::flatbuffers::String *timezone() const {
425 return GetPointer<const ::flatbuffers::String *>(VT_TIMEZONE);
426 }
427 bool Verify(::flatbuffers::Verifier &verifier) const {
428 return VerifyTableStart(verifier) &&
429 VerifyField<int8_t>(verifier, VT_UNIT, 1) &&

Callers 1

VerifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected