Discussion for the unofficial, community-developed addons, extensions and scripts built for the Waze Map Editor.

The official index of these tools is the Community Plugins, Extensions and Tools wiki page.
Post by zeze13
Hi,
Currently the script use UTC time.
Please change the following code from:

Code: Select all

    var yyyy = d.getUTCFullYear().toString();
    var MM = (d.getUTCMonth() + 1).toString();
    var dd = d.getUTCDate().toString();
    var hh = d.getUTCHours().toString();
    var mm = d.getUTCMinutes().toString();
to:

Code: Select all

    var yyyy = d.getFullYear().toString();
    var MM = (d.getMonth() + 1).toString();
    var dd = d.getDate().toString();
    var hh = d.getHours().toString();
    var mm = d.getMinutes().toString();
Thanks
zeze13
Waze Global Champs
Waze Global Champs
Posts: 12206
Has thanked: 1114 times
Been thanked: 1588 times
Send a message
Global Champ, Country Manager: Israel, Thailand, China