You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As pointed out by @tkelman we shouldn't be using Julia's serialize for long term storage. Since the serialize function shouldn't change for patch releases normally we should be ok but this could be an issue when working with Julia nightlies where the serialization implementation could suddenly change.
The text was updated successfully, but these errors were encountered:
The main alternative I'm considering is using a variation of the tzfile format. TimeZones.jl already supports the official tzfile format so we could do some preliminary benchmarking.
We've switched to using a serialization format similar to the tzfile format but with a couple of additional features. This format is the tzjfile format which was made specifically for TimeZones.jl in #380 and adopted as the default in #385
As pointed out by @tkelman we shouldn't be using Julia's serialize for long term storage. Since the serialize function shouldn't change for patch releases normally we should be ok but this could be an issue when working with Julia nightlies where the serialization implementation could suddenly change.
The text was updated successfully, but these errors were encountered: