Date.prototype.toUTCString() - JavaScrip...
Dates are always localized (try it with new Date) but you can always retrieve the UTC version with toUTCString https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toUTCString
Date.prototype.toUTCString() - JavaScript | MDN
The toUTCString() method converts a date to a string, interpreting it in the UTC time zone. toGMTString() is an alias of this method.
1 Reply
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View