mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-08-24 00:22:29 +02:00
fix(time): correct export data timestamp conversions (#586)
This commit is contained in:
@@ -27,7 +27,7 @@ func extractPasswords(keychainPassword string) ([]types.LoginEntry, error) {
|
||||
URL: url,
|
||||
Username: p.Account,
|
||||
Password: p.PlainPassword,
|
||||
CreatedAt: p.Created,
|
||||
CreatedAt: p.Created.UTC(),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user