Skip to content

Commit

Permalink
chore: fix tzdaa to 2024a
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvitolo committed Sep 6, 2024
1 parent 634364b commit 47288ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tzdata/data_loader.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Tzdata.DataLoader do
require Logger
# Can poll for newest version of tz data and can download
# and extract it.
@download_url "https://data.iana.org/time-zones/tzdata-latest.tar.gz"
@download_url "https://data.iana.org/time-zones/releases/tzdata2024a.tar.gz"
def download_new(url \\ @download_url) do
Logger.debug("Tzdata downloading new data from #{url}")
set_latest_remote_poll_date()
Expand Down

0 comments on commit 47288ce

Please sign in to comment.