mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-26 13:27:52 +03:00
Use Etc/UTC timezone for updates for reliability
This commit is contained in:
parent
af8a44c4fe
commit
661338ff25
@ -67,6 +67,8 @@
|
||||
// Assume osm2pgsql is in the folder above
|
||||
$sBasePath = dirname(dirname(__FILE__));
|
||||
|
||||
date_default_timezone_set('Etc/UTC');
|
||||
|
||||
$oDB =& getDB();
|
||||
|
||||
$aDSNInfo = DB::parseDSN(CONST_Database_DSN);
|
||||
|
Loading…
Reference in New Issue
Block a user