dani-garcia / vaultwarden

Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
GNU Affero General Public License v3.0
38.34k stars 1.86k forks source link

Dates not imported from 1Password correctly. #2092

Closed EmnaX closed 2 years ago

EmnaX commented 2 years ago

Hello, I have recently moved over to Vaultwarden from 1Password. I exported my 1Password vaults as 1Password Interchange Format (.1pif) but when I import them into Vaultwarden, the date fields are shown as a long number instead of a date. For example:

Date in 1Password: 2021-11-09 Date in Vaultwarden: 1636482973

Here are the versions for both: 1Password: 7.9.1 (70901007) Vaultwarden: 2.23.0 (Bitwarden)

BlackDex commented 2 years ago

Processing of the imports are done by the client, in this case the web-vault. Vaultwarden only stores the information it gets, which is all encrypted. This would probably be best to report at Bitwarden. But i think that is already the case.