Skip to content

Commit

Permalink
PST timezone is missing
Browse files Browse the repository at this point in the history
issue #152
  • Loading branch information
mdg committed Dec 10, 2024
1 parent e63fc28 commit 646c390
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/tz_time_zone_database_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,11 @@ defmodule Tzdata.TimeZoneDatabaseTest do
~N[2019-01-01 10:59:59],
"Pacific/Norfolk"
)

assert {:error, :time_zone_not_found} ==
TimeZoneDatabase.time_zone_periods_from_wall_datetime(
~N[2022-11-10 10:59:59],
"PST"
)
end
end

0 comments on commit 646c390

Please sign in to comment.