toit
toit copied to clipboard
Time.from_string is limited
Currently, the Time.from_string doesn't parse all iso 8601 strings.
Failing:
2023-01-03T18:22:12.430015+00:00 // Doesn't support '+...'
2023-01-03T18:22:12.430015Z // Doesn't support '.'