]> git.openstreetmap.org Git - nominatim.git/commit
replace usages of fromisoformat() with strptime()
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 23 Apr 2021 18:53:00 +0000 (20:53 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 24 Apr 2021 13:12:57 +0000 (15:12 +0200)
commit0289d125da1e07cd3571144672a091f3d74d51b5
treeb8a477f6b35643097e8e830872895d654450e7c8
parent76ee6959c150e0ac11042b51a44bc9a8b1583826
replace usages of fromisoformat() with strptime()

fromisoformat was only introduced with Python 3.7 while we
still support Python 3.5.

Fixes #2292.
nominatim/db/status.py
test/python/test_db_status.py
test/python/test_tools_replication.py