No need to, on ESP8266 board just use this and change sntp_srv to your country.
sntp_srv="0.europe.pool.ntp.org"; require("Wifi").setSNTP(sntp_srv,1); console.log(Date().toString());
Thank you! It works!
@SergeP started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
No need to, on ESP8266 board just use this and change sntp_srv to your country.