= [[Image(lastupdated.png,36,middle,inline)]] LastUpdated = Display the last update time of each OSM way shown on screen. Useful for checking whether a particular mapping area has been updated recently or not. [[Image(lastupdated-sc.png​)]] {{{ #!style type="mapcss" meta { title:"LastUpdated"; version:"1.[[revision]]_[[date]]"; description:"Display the last update time of each OSM way shown on screen. Useful for checking whether a particular mapping area has been updated recently or not."; icon:"lastupdated.png​"; author:"rphyrin"; } way { text: auto; text: eval(concat(concat("20",substring(divided_by(osm_timestamp()-946692127,31556952),0,3)),substring((divided_by(mod(osm_timestamp()-946692127,31556952),31556952)*12)+1,0,2))); text-halo-color: white; font-size:20px; text-anchor-horizontal:center; text-anchor-vertical:center; text-position:center; } }}}