Closed
Bug 1756099
Opened 4 years ago
Closed 4 years ago
Timestamp from the export login feature is unreadable
Categories
(Firefox :: about:logins, defect)
Firefox
about:logins
Tracking
()
RESOLVED
FIXED
People
(Reporter: kiki, Unassigned)
Details
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:97.0) Gecko/20100101 Firefox/97.0
Steps to reproduce:
When we export login data into csv file, the timestamp data is not readable.
Initial report: https://support.mozilla.org/en-US/kb/export-login-data-firefox/discuss/10423
Comment 1•4 years ago
|
||
:kiki the timestamp is a Unix timestamp. The 1645104409061 mentioned in linked report decodes into Feb 17, 2022.
This JavaScript code
new Date(1645104409061)
prints
Date Thu Feb 17 2022 08:26:49 GMT-0500 (Eastern Standard Time)
This is rather technical timestamp, but it's supported by almost every language or system.
Hope that helps :)
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•4 years ago
|
||
Ah, got it! Thanks for clarifying.
You need to log in
before you can comment on or make changes to this bug.
Description
•