Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Firefox screenshots are saved with wrong time

  • 4 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 2 προβολές
  • Τελευταία απάντηση από 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!