mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-10 03:54:06 +00:00
Use Etc/UTC timezone for updates for reliability
This commit is contained in:
@@ -67,6 +67,8 @@
|
|||||||
// Assume osm2pgsql is in the folder above
|
// Assume osm2pgsql is in the folder above
|
||||||
$sBasePath = dirname(dirname(__FILE__));
|
$sBasePath = dirname(dirname(__FILE__));
|
||||||
|
|
||||||
|
date_default_timezone_set('Etc/UTC');
|
||||||
|
|
||||||
$oDB =& getDB();
|
$oDB =& getDB();
|
||||||
|
|
||||||
$aDSNInfo = DB::parseDSN(CONST_Database_DSN);
|
$aDSNInfo = DB::parseDSN(CONST_Database_DSN);
|
||||||
|
|||||||
Reference in New Issue
Block a user