diff --git a/crates/cli/src/commands/templates.rs b/crates/cli/src/commands/templates.rs index 39eb5e412..1199e1f9a 100644 --- a/crates/cli/src/commands/templates.rs +++ b/crates/cli/src/commands/templates.rs @@ -67,7 +67,7 @@ impl Options { .map_err(anyhow::Error::from_boxed)?; let now = if stabilise { - DateTime::from_timestamp_secs(0).unwrap() + DateTime::from_timestamp_secs(1_446_823_992).unwrap() } else { SystemClock::default().now() };