Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji
Otwarte

firefox passwords export date format unreadable/unusable

brevans

How do I convert these date values to a readable and sortable date format ???

timeCreated timeLastUsed timePasswordChanged 1.77204E+12 1.77204E+12 1.77204E+12

Need format like: 08/01/2026 or 260801 - actually sortable in date order.

How do I convert these date values to a readable and sortable date format ??? timeCreated timeLastUsed timePasswordChanged 1.77204E+12 1.77204E+12 1.77204E+12 Need format like: 08/01/2026 or 260801 - actually sortable in date order.

Wszystkie odpowiedzi (3)

They are meant for machine use. It's a timestamp in en.wikipedia.org/wiki/Unix_time — they are in seconds, so are sortable just fine (you just need to set your spreadsheet to not do any rounding etc., this exponential notation is most likely not what's in the actual CSV)

There are formulas for spreadsheet use, see stackoverflow.com/questions/45227380/convert-unix-epoch-time-to-date-in-google-sheets

Allowing the download of machine language to general users, who cannot use it, is about as stupid as it gets. They used to download actual dates that users can actually use to sort their activity.. Do these 'coders' live in China or India ??? DUM, DUM, DUM,

Since the timestamp is in seconds, you can still sort it. The lower the number, the older the record is.

The formula I shared is trivial enough to give you a datetime value in an extra column from it (with notes about spreadsheet software that understands the value and can work with it / format it on its own). Can't guarantee it was written by an American though. You'd have to inquire about that yourself on the site linked.

Zadaj pytanie

Aby odpowiadać na posty, musisz zalogować się na swoje konto. Zadaj pytanie, jeśli nie masz jeszcze konta.