Firefox Browser Puts Me Four Hours Ahead
I plan content for a job that I have, and lately when going to these planning sites, my content will often post much earlier than scheduled. This is because though I may put, for example, 4:45 PM, the website seems to think that I am in a different time zone, posting at 12:45 instead. This has been across multiple sites, and I have been unable to fix it. Using other browsers, I don't run into this issue, and have checked my time zone on my computer as well to ensure that there's nothing wrong on my end. I've updated my browser, and even uninstalled and reinstalled, with no luck in correcting this error. Is there a way to fix this so it reflects my actual time zone?
所有回复 (4)
What does this report in the Web Console ?
- (new Date()).toLocaleString("en-US",{weekday:"long",day:"numeric",month:"long",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:false,timeZoneName:"short"});
cor-el said
What does this report in the Web Console ?
- (new Date()).toLocaleString("en-US",{weekday:"long",day:"numeric",month:"long",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:false,timeZoneName:"short"});
Where do I input this to check?
See:
- "3-bar" menu button -> Web Developer or Tools -> Browser Tools -> Web Developer Tools
- https://developer.mozilla.org/en-US/docs/Tools/Web_Console
Are you using a VPN?