Skip to content

Commit

Permalink
Update timezone database to 2021e
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions authored and fhunleth committed Oct 25, 2021
1 parent d0439e7 commit ce78374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule NervesTimeZones.MixProject do

@version "0.1.9"
@source_url "https://github.com/nerves-time/nerves_time_zones"
@tzdata_version "2021d"
@tzdata_version "2021e"
@tzdata_earliest_date to_string(System.os_time(:second) - 86400)
@tzdata_latest_date to_string(System.os_time(:second) + 10 * 365 * 86400)

Expand Down

0 comments on commit ce78374

Please sign in to comment.