Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Bookmarks: Unable to view the "True" date created.

  • 1 antwoord
  • 1 heeft dit probleem
  • 5 weergaven
  • Laatste antwoord van cor-el

more options

When adding the "Added column" the dates only go back to 2018. How can I view the original date created?

When adding the "Added column" the dates only go back to 2018. How can I view the original date created?

Alle antwoorden (1)

more options

That data may not be available if you have created a new profile or have used the refresh feature in Firefox.

When was this profile created if you check the times.json file in the profile folder ?

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.

You can decode the datetime string with this code in the Web Console.

date=prompt("13-digit Epoch string","");
console.log((new Date(Number(date))).toLocaleString());