為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Wrong Timestamp

  • 7 回覆
  • 0 有這個問題
  • 1 次檢視
  • 最近回覆由 cor-el

more options

I'm getting the wrong timestamp on multiple websites, and have been for over a year or more, despite my OS (windows 11) being set to the correct timezone and time. Any help is appreciated.

I'm getting the wrong timestamp on multiple websites, and have been for over a year or more, despite my OS (windows 11) being set to the correct timezone and time. Any help is appreciated.
附加的畫面擷圖

所有回覆 (7)

more options
Timezone: UTC

Change privacy.resistFingerprinting to false in about:config.

more options

I already checked that while troubleshooting...It was "False" from the get go.

more options

Also check that privacy.fingerprintingProtection.overrides is blank.

Does it still happen in Troubleshoot Mode?

more options

zeroknight said

Also check that privacy.fingerprintingProtection.overrides is blank. Does it still happen in Troubleshoot Mode?

Just tried Troubleshooting mode and it still produces the wrong time.

more options

You can paste this JavaScript code in the Web Console or in the Browser Console to check the current local time in Firefox. You can possibly specify a different locale.

(new Date()).toLocaleString("en-US",{weekday:"long",day:"numeric",month:"long",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:false,timeZoneName:"short"});

more options

Does it still happen in a new profile? An easy way to test a new profile is to install Developer Edition and see if it happens there or refresh your existing profile. Make sure you stay signed out of your sync account when testing.

more options

Can you post a link to a publicly accessible page (i.e. no authentication or signing on required) where this happens?