Skip to content

Commit

Permalink
Merge branch 'master' into cv/init-build
Browse files Browse the repository at this point in the history
  • Loading branch information
omus authored Jul 11, 2022
2 parents 8ca3d83 + d4a1d3a commit 337db83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/TimeZones.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ const _COMPILED_DIR = Ref{String}()
abstract type Local <: TimeZone end

function __init__()
# Write out our compiled tzdata representations into a scratchspace
_COMPILED_DIR[] = _compiled_dir(tzdata_version())

# Initialize the thread-local TimeZone cache (issue #342)
_reset_tz_cache()

Expand Down

0 comments on commit 337db83

Please sign in to comment.