Skip to content

Commit 37e5969

Browse files
committed
Use less zero-y timestamp
1 parent 4793f53 commit 37e5969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/src/commands/templates.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ impl Options {
6767
.map_err(anyhow::Error::from_boxed)?;
6868

6969
let now = if stabilise {
70-
DateTime::from_timestamp_secs(0).unwrap()
70+
DateTime::from_timestamp_secs(1_446_823_992).unwrap()
7171
} else {
7272
SystemClock::default().now()
7373
};

0 commit comments

Comments
 (0)