Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
07863d1d by lovetox at 2022-07-16T15:24:18+02:00
imprv: Add more datetime test cases

- - - - -


1 changed file:

- test/unit/test_datetime_parsing.py


Changes:

=====================================
test/unit/test_datetime_parsing.py
=====================================
@@ -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 = {



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/07863d1db22037b20a0b36e3b6518cb18c686fb8

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/07863d1db22037b20a0b36e3b6518cb18c686fb8
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to