Does this not work in NS? I basically want to conv...
# suitescript
l
Does this not work in NS? I basically want to convert the date and timestamp in EST at all times.
date.toLocaleString('en-US', { timeZone: 'America/New_York' })
b
not an option, the Intl related apis are not implemented
you can use format.format if you wish the timestamp to represent a certain timezone