We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d12d4 commit 1974316Copy full SHA for 1974316
tests/parser_tests.py
@@ -228,7 +228,7 @@ def test_parse_timestamp(self):
228
self.expected = datetime.fromtimestamp(negative_timestamp, tz=tz_utc)
229
self.assertEqual(
230
self.parser.parse("{:d}".format(negative_timestamp), "X"), self.expected
231
- )
+ )
232
233
# NOTE: timestamps cannot be parsed from natural language strings (by removing the ^...$) because it will
234
# break cases like "15 Jul 2000" and a format list (see issue #447)
0 commit comments