remove redundant comment

Signed-off-by: Rajiv Harlalka <rajivharlalka009@gmail.com>
This commit is contained in:
Rajiv Harlalka
2024-08-25 11:02:28 +05:30
parent e2013b0ef6
commit 0b5b0a426d

View File

@@ -100,7 +100,6 @@ pub fn exec_unixepoch(time_value: &OwnedValue) -> Result<String> {
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 {