Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

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

  • 1 trả lời
  • 1 gặp vấn đề này
  • 6 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Tất cả các câu trả lời (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());