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

Function timezone

cpp/src/generated/Schema_generated.h:1753–1755  ·  view source on GitHub ↗

The timezone is an optional string indicating the name of a timezone, one of: As used in the Olson timezone database (the "tz database" or "tzdata"), such as "America/New_York". An absolute timezone offset of the form "+XX:XX" or "-XX:XX", such as "+07:30". Whether a timezone string is present indicates different semantics about the data (see above).

Source from the content-addressed store, hash-verified

1751 /// Whether a timezone string is present indicates different semantics about
1752 /// the data (see above).
1753 const ::flatbuffers::String *timezone() const {
1754 return GetPointer<const ::flatbuffers::String *>(VT_TIMEZONE);
1755 }
1756 bool Verify(::flatbuffers::Verifier &verifier) const {
1757 return VerifyTableStart(verifier) &&
1758 VerifyField<int16_t>(verifier, VT_UNIT, 2) &&

Callers 2

VerifyFunction · 0.70

Calls

no outgoing calls