Skip to content

Commit

Permalink
Add AM/PM cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaryn committed Dec 5, 2024
1 parent e563ba6 commit 62f2f67
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ def test_ignore_errors_key_missing(self):
("March 17, 2023, 14.25 Local", "2023-03-17 14:25:00"),
("March 17, 2023, 14.25", "2023-03-17 14:25:00"),
("March 17, 2023 14:25:00", "2023-03-17 14:25:00"),
("March 17, 2023 2:25PM", "2023-03-17 14:25:00"),
("March 17, 2023 2:25AM", "2023-03-17 02:25:00"),
("17 March 2023 14:25", "2023-03-17 14:25:00"),
("2023-07-15 10.30.00", "2023-07-15 10:30:00"),
("15/07/2023 10.30.00", "2023-07-15 10:30:00"),
Expand Down

0 comments on commit 62f2f67

Please sign in to comment.