Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

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

  • 3 답장
  • 2 이 문제를 만남
  • 6 보기
  • 최종 답변자: 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: