Function split_timestamp_string

Source
pub(crate) fn split_timestamp_string(value: &str) -> (&str, &str, CalendarEra)
Expand description

Takes a ‘date timezone’ ‘date time timezone’ string and splits it into ‘date {time}’ and ‘timezone’ components then checks for a ‘CalenderEra’ defaulting to ‘AD’.