I'm using `boa-dev/temproal` for parsing time in: https://github.com/ilsubyeega/fg/blob/881f8089cc169e15db038ce385b3087d7a784cc5/daemon/src/parser/task_parser.rs#L116-L203 and it returns `Err` in line 166. So i just tested a test-case about this and gets failed, while github CI seems to be all passed. I believe this is crate-wide issue so i'm posting here also Reproduction in NixOS 25.05 live iso: ``` # get build dependency nix-shell -p rustc cargo git git clone https://github.com/boa-dev/temporal cd temporal cargo build --all-features cargo test --all-features ``` Results: <img width="836" height="534" alt="Image" src="https://github.com/user-attachments/assets/37776ea5-abbf-4afb-94c1-42f90bb972fa" /> For logs: https://gist.github.com/ilsubyeega/470b91a75749683d6d33abde66dbd3bf Potential issue: https://github.com/strawlab/iana-time-zone/issues/170 Thank you
I'm using
boa-dev/temproalfor parsing time in: https://github.com/ilsubyeega/fg/blob/881f8089cc169e15db038ce385b3087d7a784cc5/daemon/src/parser/task_parser.rs#L116-L203 and it returnsErrin line 166. So i just tested a test-case about this and gets failed, while github CI seems to be all passed. I believe this is crate-wide issue so i'm posting here alsoReproduction in NixOS 25.05 live iso:
Results:
For logs: https://gist.github.com/ilsubyeega/470b91a75749683d6d33abde66dbd3bf
Potential issue: strawlab/iana-time-zone#170
Thank you