Skip to content

Commit

Permalink
Update src/TZJData.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Curtis Vogt <[email protected]>
  • Loading branch information
lcontento and omus authored Nov 4, 2024
1 parent fb2f095 commit 924cf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TZJData.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Base.@deprecate_binding ARTIFACT_DIR artifact_dir() false
# Why not simply use `const ARTIFACT_DIR = artifact"tzjdata"`?
# The problem is that `ARTIFACT_DIR` would be set to the artifact path at the time of precompilation.
# If the Julia depot is afterwards relocated,
# ARTIFACT_DIR will continue to point to the old no-longer-valid location.
# `ARTIFACT_DIR` will continue to point to the old no-longer-valid location.
# This occurs for example if TimeZones.jl is included inside a system image.

const TZDATA_VERSION = let
Expand Down

0 comments on commit 924cf92

Please sign in to comment.