JuliaTime / TimeZones.jl

IANA time zone database access for the Julia programming language
Other
86 stars 52 forks source link

Introduce `TZAbbr` #355

Open omus opened 3 years ago

omus commented 3 years ago

Introduces a new type TZAbbr which is a specialized string type meant only for time zone abbreviations that minimizes storage costs and allows for inlining. This is meant to be used by transitions which should only contain abbreviations.

I worked on this a while ago and there is definitely more work to be done here but I think it's good to have the PR up for reference.

Related issue: #271