搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Yahoo mail via Firefox on Windows 7 reset the time zone.

  • 3 个回答
  • 2 人有此问题
  • 9 次查看
  • 最后回复者为 cor-el

more options

Timezone is now set to Eastern. I am in Pacific. This is only a problem on my laptop, not on my mobile phone or tablet (neither of which use Firefox). Advice?

Timezone is now set to Eastern. I am in Pacific. This is only a problem on my laptop, not on my mobile phone or tablet (neither of which use Firefox). Advice?

所有回复 (3)

more options

If you switched to Daylight Savings time in most of the US/Canada the change should be automatic (FALL back).

Change your settings by right-click on the clock in lower right corner, and choose "Adjust date/time" (Windows 7)

Under "Change time zone, indicate whether you change time for Daylight savings time.

more options

I looked all over Yahoo! mail settings (classic mail and new mail) and didn't see anything about time zone. So it probably is an issue with how Firefox is reading your Windows system clock.

more options

You can see the current time and time zone if you paste this code in the command line of the Web Console (Web Developer > Web Console; Ctrl+Shift+K). Paste each of these one at the time in the command line and press Enter to see the result.

  • "3-bar" menu button or Tools -> Web Developer
  • (new Date());
  • (new Date()).toString();
  • (new Date()).toLocaleString("en-US",{day:"numeric",month:"long",year:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:false,timeZoneName:"long"});

See also: