diff --git a/crates/nu-command/src/date/to_timezone.rs b/crates/nu-command/src/date/to_timezone.rs index 9bb256503f..0b3d508389 100644 --- a/crates/nu-command/src/date/to_timezone.rs +++ b/crates/nu-command/src/date/to_timezone.rs @@ -101,7 +101,6 @@ fn helper(value: Value, head: Span, timezone: &Spanned) -> Value { Value::Nothing { span: _ } => { let dt = Local::now(); - _to_timezone(dt.with_timezone(dt.offset()), timezone, head) } _ => unsupported_input_error(),