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).
| 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) && |
no outgoing calls