diff --git a/Neopets - Battledome Set Selector.user.js b/Neopets - Battledome Set Selector.user.js index cdabb36..4474e0a 100644 --- a/Neopets - Battledome Set Selector.user.js +++ b/Neopets - Battledome Set Selector.user.js @@ -1420,7 +1420,7 @@ function clone(data) { } function getDate() { - return new Date().toLocaleString("en-US", {timeZone: "PST"}).slice(0, 10).replace(",","") + return new Date().toLocaleString("en-US", {timeZone: "America/Los_Angeles"}).slice(0, 10).replace(",","") } function getItemURL(node, ability=false) { @@ -1822,4 +1822,4 @@ function addFightCSS() { border-radius: 50%; } ` -} \ No newline at end of file +}