bjuppa / com-plain-date

JavaScript date-time utilities that keep timezones on the surface
https://deno.land/x/complaindate/mod.ts
MIT License
1 stars 0 forks source link

Bugfix: Handle utc offset with colon #43

Closed bjuppa closed 1 year ago

bjuppa commented 1 year ago

Fix a bug where 2020-08-05T20:06:13 UTC+00:30 was erroneously extracted as UTC even though it has a 30 minute offset after the colon.