luxon
luxon copied to clipboard
"1816-01-01 00:01:04+00:34:08" can't be parsed as SQL
So, apparently due to time zone craziness, Postgresql can return dates like "1816-01-01 00:01:04+00:34:08" which fromSQL rejects as invalid because the regex doesn't expect seconds in the time offset.