Skip to content
Advertisement

Tag: javascript-objects

Snowflake/javascript datetime format changes during iteration

Javascript converts above date into something like this ‘Tue Dec 07 2021 14:52:12 GMT-0800 (Pacific Standard Time)’ Here is the javascript code Above code between ** … ** is modifying the timestamp however i need to get same datetime stamp(2021-12-07 15:17:04.673 -0800) and NOT ‘Tue Dec 07 2021 14:52:12 GMT-0800 (Pacific Standard Time)’ How to format the javascript iteration code

Advertisement