summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index bd3dc74..4403252 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -598,7 +598,7 @@ impl State {
// there isnt anything to save . why did you set the scale so small...
return Ok(());
}
- let time = Utc::now();
+ let time = Local::now();
let filename = time
.format("screenshots/autosdf-%Y-%m-%d-%H-%M-%S.png")
.to_string();