]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/reverse.php
remove the 2-minute offset hack from data date in HTML output
[nominatim.git] / website / reverse.php
index 6df90029052bdf6c00443384d6e55f93672da485..2f1e31eeb369cbfa1a1f7c892194f01db2e4fd1d 100755 (executable)
@@ -72,7 +72,7 @@ if (CONST_Debug) {
 }
 
 if ($sOutputFormat == 'html') {
-    $sDataDate = chksql($oDB->getOne("select TO_CHAR(lastimportdate - '2 minutes'::interval,'YYYY/MM/DD HH24:MI')||' GMT' from import_status limit 1"));
+    $sDataDate = chksql($oDB->getOne("select TO_CHAR(lastimportdate,'YYYY/MM/DD HH24:MI')||' GMT' from import_status limit 1"));
     $sTileURL = CONST_Map_Tile_URL;
     $sTileAttribution = CONST_Map_Tile_Attribution;
 }