Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
python-nbxmpp
Commits
07863d1d
Commit
07863d1d
authored
Jul 16, 2022
by
Philipp Hörist
Browse files
imprv: Add more datetime test cases
parent
d1780d81
Pipeline
#10451
passed with stages
in 1 minute and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/unit/test_datetime_parsing.py
View file @
07863d1d
...
...
@@ -27,6 +27,8 @@ class TestDateTime(unittest.TestCase):
# Valid strings with offset
'2017-11-05T01:41:20-05:00'
:
1509864080.0
,
'2017-11-05T01:41:20+05:00'
:
1509828080.0
,
'2017-11-05T01:41:20-00:00'
:
1509846080.0
,
'2017-11-05T01:41:20+00:00'
:
1509846080.0
,
}
strings2
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment