The Espruino doesn't know what the current date and time is until you tell it, let alone the time zone.
It also doesn't keep time well enough to use as a clock without an external crystal - see http://www.espruino.com/Clocks
I know someone else here was working on a Date module that might be useful.
@DrAzzy 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.
The Espruino doesn't know what the current date and time is until you tell it, let alone the time zone.
It also doesn't keep time well enough to use as a clock without an external crystal - see http://www.espruino.com/Clocks
I know someone else here was working on a Date module that might be useful.