Join Slack
Powered by
Does this not work in NS? I basically want to conv...
# suitescript
l
Luis
06/12/2022, 12:13 PM
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
battk
06/12/2022, 3:20 PM
not an option, the Intl related apis are not implemented
battk
06/12/2022, 3:25 PM
you can use
format.format
if you wish the timestamp to represent a certain timezone
Open in Slack
Previous
Next