Answers for "Time zones and daylight saving time (DST)"

0

Time zones and daylight saving time (DST)

const now = new Date();
console.log(now.getTimezoneOffset()); 
// Output: -330 (UTC+05:30)
Posted by: Raja MS on January-12-2024

Code answers related to "Time zones and daylight saving time (DST)"

Code answers related to "Javascript"

Browse Popular Code Answers by Language