Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Apr 9, 2024
1 parent 28da686 commit 168321d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ impl Pas {
}

pub fn save(self) -> Result<()> {
let f = File::create(format!("eligible-list-{}.csv", Utc::now().format("%F-%T")))?;
let f = File::create(format!("eligible-list-{}.csv", Utc::now().format("%F-%H-%M-%S")))?;
let mut wtr = Writer::from_writer(f);

for (_, d) in Arc::try_unwrap(self.map).unwrap().into_inner() {
Expand Down

0 comments on commit 168321d

Please sign in to comment.