]> git.openstreetmap.org Git - nominatim.git/commit
fix timezone handling for timestamps from the database
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 6 Jan 2024 21:31:38 +0000 (22:31 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 7 Jan 2024 10:37:40 +0000 (11:37 +0100)
commit474d4230b88033c48ff284d58223cbc632213b85
tree7d9731c54359d7fbf5edf48aa6788bf3be76f958
parentf03ec3ea12c8eac0cf957cebda57238c8ea56167
fix timezone handling for timestamps from the database

SQLite is not timezone-aware, so make sure to convert to UTC
before inserting any data.
nominatim/api/status.py
nominatim/tools/convert_sqlite.py