Xuanwo opened a new issue, #6584: URL: https://github.com/apache/opendal/issues/6584
I’m starting this thread to discuss whether it’s a good idea for OpenDAL to switch from `chrono` to `jiff`. OpenDAL doesn’t rely heavily on `chrono`; most of its usage is within `Metadata` and `reqsign`. Since we’re already considering [replacing `chrono` with `jiff` in `reqsign`](https://github.com/apache/opendal-reqsign/issues/631), it might make sense to unify this change across OpenDAL as well. There are following good reasons for opendal: - Time zone database integration: no need for `chrono-tz` - Jiff supports detecting time zone offset conflicts - Jiff is generally faster than Chrono -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
