Search notes:

Overpass API: timestamp

[bbox:
     49.8727, -6.4458,
     49.8730, -6.4452
]
[out:csv(
     id,
     ts,
     name
)];

nwr;

foreach {

   make x
      id   = u(id()       ),
      ts   = u(timestamp()),
      name = u(t['name']  );

   out;
}

TODO

::timestamp

See also

The timeline statement.
Overpass API: statements

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758877056, '216.73.216.5', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/OpenStreetMap/API/Overpass/statements/timestamp(63): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78