Results 1 comments of Funklos
trafficstars

When working with vanilla Date objects you could try the following: #538 ` new Date( Date.UTC( date.getFullYear(), date.getMonth(), date.getDate(), date.getHours(), date.getMinutes(), date.getSeconds() ) ) ` This results in a localised...