搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Export Passwords

  • 1 回覆
  • 2 有這個問題
  • 58 次檢視
  • 最近回覆由 TyDraniu

more options

When I export Passwords the file has 3 col timeCreated timeLastUsed timePasswordChanged

that do not show as date or time format - I try formatting in excel and no good.. Yes I hit convert when opening the csv vis excel Thank you

When I export Passwords the file has 3 col timeCreated timeLastUsed timePasswordChanged that do not show as date or time format - I try formatting in excel and no good.. Yes I hit convert when opening the csv vis excel Thank you

所有回覆 (1)

more options

It's Unix timestamp in milliseconds, so you have to convert it using this formula:

=I2 /86400000 + DATE(1970; 1; 1)