Skip to content

Commit

Permalink
added build version and date
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatti committed Dec 1, 2023
1 parent 2d233dc commit 8ee7b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2770,7 +2770,7 @@ impl VaultAnalysis {
count_reused: 0,
count_similar_to_other_passwords: 0,
count_similar_to_past_passwords: 0,
analyzed_at: Utc::now().naive_utc(),
analyzed_at: NaiveDateTime::from_timestamp(0, 0),
}
}

Expand Down

0 comments on commit 8ee7b85

Please sign in to comment.