quinnj / Datetime.jl

A Date and DateTime implementation for Julia; Now deprecated in favor of https://github.com/quinnj/Dates.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datetime depends upon a stable serialize across versions and platforms

mbauman opened this issue · comments

In commit JuliaLang/julia@bb67ff2 the serialization format was changed, which is to be expected. But this breaks loading Datetime as tzdata and leap seconds are stored in a serialized data file. Perhaps the tzdata should be serialized on the first launch for each user?

Yeah, I remember having the thought when I put them in a serialized format that this would probably end up breaking at some point. I don't think it'd be too bad to store them as plain text.

Closed by #51.