jorgecarleitao / arrow2

Transmute-free Rust library to work with the Arrow format
Apache License 2.0
1.07k stars 220 forks source link

Dont use offset as timezone #1515

Closed MarcoGorelli closed 1 year ago

MarcoGorelli commented 1 year ago

this came up here https://github.com/pola-rs/polars/issues/9586#issuecomment-1609854914

Any chance "UTC" could be used as the time zone, instead of "+00:00"? The latter isn't in the IANA timezone database and can't be parsed by chrono-tz

MarcoGorelli commented 1 year ago

closing as I don't think this would be the correct fix for polars anyway - sorry for the noise