Skip to content

Commit

Permalink
chore: fix april date
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvitolo committed Sep 6, 2024
1 parent 830f445 commit 634364b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tzdata/util.ex
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ defmodule Tzdata.Util do
defp cap_month_number_for_month_name("feb"), do: 2
defp cap_month_number_for_month_name("mar"), do: 3
defp cap_month_number_for_month_name("apr"), do: 4
defp cap_month_number_for_month_name("april"), do: 4
defp cap_month_number_for_month_name("may"), do: 5
defp cap_month_number_for_month_name("jun"), do: 6
defp cap_month_number_for_month_name("jul"), do: 7
Expand Down

0 comments on commit 634364b

Please sign in to comment.