Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider switching chrono to jiff #838

Open
zbraniecki opened this issue Sep 30, 2024 · 2 comments
Open

Consider switching chrono to jiff #838

zbraniecki opened this issue Sep 30, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@zbraniecki
Copy link

Jiff is a new Rust crate for time management, aligned with Temporal proposal, and better alignment with the direction of the industry.

@zbraniecki zbraniecki added the enhancement New feature or request label Sep 30, 2024
@zslayton
Copy link
Contributor

Thanks for opening an issue! At least for the time being, chrono is an implementation detail in ion-rust, so replacing it isn't a priority. Would jiff enable any new functionality, or are you just considering the library's general maintenance?

@zbraniecki
Copy link
Author

I'm working on a config/storage system which exposes different file stores (JSON, Postcard, TOML, Yaml etc.).
I'm looking to support Timestamp type and based on my research settled on Jiff.
I started looking into Ion today and would like to consider supporting it, but bringing jiff and chrono into my deps is suboptimal, esp that jiff seems like a better choice for Ion.

Totally understand this is not a prio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants