Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Firefox screenshots are saved with wrong time

  • 4 ответа
  • 1 имеет эту проблему
  • 4 просмотра
  • Последний ответ от 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!