Skip to content

Commit

Permalink
Validate absence of second leap second for 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
pingswept committed Jul 25, 2023
1 parent 5630749 commit b579392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysolar/solartime.py
Expand Up @@ -90,7 +90,7 @@
(0, 0), # 2020
(0, 0), # 2021
(0, 0), # 2022
(0, 0), # 2023 (second zero not officially valid as of 2023-04-23)
(0, 0), # 2023
]

@check_aware_dt('when')
Expand Down

0 comments on commit b579392

Please sign in to comment.