mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
remove redundant comment
Signed-off-by: Rajiv Harlalka <rajivharlalka009@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user