Creates a Timestamp from a string with the format YYYY-MM-DDThh:mm:ss±hh:mm or its leading part allowed by the standard.
Creates a Timestamp from a string with the format `YYYYMMDDThhmmss±hhmm or its leading part allowed by the standard.
Converts this Timestamp to a string with the format YYYY-MM-DDThh:mm:ss±hh:mm.
Converts this Timestamp to a string with the format YYYYMMDDThhmmss±hhmm.
Converts this Timestamp to a string with the format YYYY-MM-DDThh:mm:ss±hh:mm.
Helpfer for time zone offsets
Timezone offset in minutes
Attaches local offset, doesn't adjust other fields. Local-time offsets may be represented as either hour*60+minute offsets from UTC, or as the zero to denote a local time of UTC. They are required on timestamps with time and are not allowed on date values.
Creates a Timestamp from a string with the format YYYY-MM-DD, YYYYMMDD, or YYYY-Mon-DD.
Day
Fraction
Fraction
Hour
Minute
Month
Second
Year
Timestamp
Note: The component values in the binary encoding are always in UTC, while components in the text encoding are in the local time! This means that transcoding requires a conversion between UTC and local time.
Timestamp precision is up to picosecond (second/10^12).