diff --git a/core/vdbe/datetime.rs b/core/vdbe/datetime.rs index b0bebae01..8f9c91a2b 100644 --- a/core/vdbe/datetime.rs +++ b/core/vdbe/datetime.rs @@ -100,7 +100,6 @@ pub fn exec_unixepoch(time_value: &OwnedValue) -> Result { Some(dt) => Ok(get_unixepoch_from_naive_datetime(dt)), None => Ok(String::new()), } - // Ok((Utc::now().timestamp()).to_string()) } fn get_unixepoch_from_naive_datetime(value: NaiveDateTime) -> String {