Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] add date columns to export #15

Closed
mokkin opened this issue Oct 10, 2018 · 5 comments
Closed

[feature request] add date columns to export #15

mokkin opened this issue Oct 10, 2018 · 5 comments

Comments

@mokkin
Copy link

mokkin commented Oct 10, 2018

It would be nice to add the date columns "last used" and "last changed" to export.
Then it can be easily imported with correct dates in third party applications like nextcloud passwords.

@kspearrin
Copy link
Owner

They are there: https://github.com/kspearrin/ff-password-exporter/blob/master/src/renderer.js#L152

Update just hasn't been released yet.

@mokkin
Copy link
Author

mokkin commented Oct 11, 2018

That's cool!
I tried with the master and it worked like charm.
Thanks again!

@mokkin mokkin closed this as completed Oct 11, 2018
@mokkin
Copy link
Author

mokkin commented Oct 11, 2018

Well, I was a bit too fast ;)
The exports worked, but the time format is pretty rare. For example:

timeCreated timeLastUsed timePasswordChanged
1317139523289 1533842826197 1529575950913
1317203578530 1334136873948 1317203578530
1317285510527 1407164841743 1407164841743

Do you know how to convert this in to any common format?

@mokkin mokkin reopened this Oct 11, 2018
@kspearrin
Copy link
Owner

They are epoc timestamps

@mokkin
Copy link
Author

mokkin commented Oct 12, 2018

Okay, I didn't know this format and I converted them into standard format.
I close this here. A conversion function should be worth a separate ticket, if needed.

@mokkin mokkin closed this as completed Oct 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants