Use moment with correct time zone

Hi im trying to use moment with my timezone Panama

but still saving in db this value

here -5 GMT 3.05PM

when i use the datetime component it works good, but i would like to use moment as it real time right? with date time i have to refresh in order to get a new value

just got it by using {{ moment.tz("America/Panama").format() }} :slight_smile: thank you