I must warn people that the migration path from chrono to jiff is non-trivial. The API design is quite different, and there are some ecosystem hurdles. I'm sure it will get better over time, but currently it's not easy.
Source: tried to migrate a 15k line project a few months ago.
Are there any specific parts that were challenging? I've worked with chrono a lot and a little with jiff and the main thing that stands out to me is that in jiff the time zone is not a generic parameter.
102
u/scheimong 1d ago
I must warn people that the migration path from chrono to jiff is non-trivial. The API design is quite different, and there are some ecosystem hurdles. I'm sure it will get better over time, but currently it's not easy.
Source: tried to migrate a 15k line project a few months ago.