-1

I am trying to get local time of newzealand using node.js . in node red

please see the resources below:

link: https://github.com/TooTallNate/node-time

http://www.techrepublic.com/article/convert-the-local-time-to-another-time-zone-with-this-javascript/

https://www.npmjs.com/package/time

MrTux
  • 32,350
  • 30
  • 109
  • 146
lkhanna
  • 11

1 Answers1

-1

Based on the tz database on wikipedia, you want to use this timezone:

Pacific/Auckland

https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

TheGrandPackard
  • 611
  • 4
  • 11