Mozilla 도움말 검색

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

Learn More

Firefox screenshots are saved with wrong time

  • 4 답장
  • 1 이 문제를 만남
  • 3 보기
  • 최종 답변자: feklee

more options

Screenshots made from the Developer Tools are saved with the time taken embedded into the file name. On my machine that time is in the time zone UTC+08, where I was a month ago. However, my Windows 10 machine is in time zone UTC-05, where I am now. The correct time is reported when I run in the JavaScript console:

Date()

How is it possible that time zone for the screenshots file names is still wrong? How can I fix that?

Screenshots made from the Developer Tools are saved with the time taken embedded into the file name. On my machine that time is in the time zone UTC+08, where I was a month ago. However, my Windows 10 machine is in time zone UTC-05, where I am now. The correct time is reported when I run in the JavaScript console: '''Date()''' ''How is it possible that time zone for the screenshots file names is still wrong? How can I fix that?''

선택된 해결법

OK, this is a known bug and fixed for Firefox 89.

  • 1701461 - Screenshot filename uses wrong day number (day# + 1 instead of day#) [89]

(please do not comment in bug reports
https://bugzilla.mozilla.org/page.cgi?id=etiquette.html
)

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (4)

more options

I think the time string comes from this code:

Does this also happen with a screenshot via "Take a Screenshot" ?

more options

cor-el said

I think the time string comes from this code: Does this also happen with a screenshot via "Take a Screenshot" ?

No, and I gave wrong information. It's not the wrong time zone. It's simply that the day is plus one:

136K May 23 17:21 Screen Shot 2021-05-24 at 17.21.57-fullpage.png 136K May 23 17:23 Screenshot_2021-05-23 MDN Web Docs.png

The first one was taken from the Developer Tools, the second one using the popup menu.

more options

선택된 해결법

OK, this is a known bug and fixed for Firefox 89.

  • 1701461 - Screenshot filename uses wrong day number (day# + 1 instead of day#) [89]

(please do not comment in bug reports
https://bugzilla.mozilla.org/page.cgi?id=etiquette.html
)

more options

Will wait then for the update, thanks for finding that out!