Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to use a fixed time zone in nodejs

const nDate = new Date().toLocaleString('en-US', {
  timeZone: 'Asia/Calcutta'
});

console.log(nDate);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #fixed #time #zone #nodejs
ADD COMMENT
Topic
Name
5+4 =