pub fn get_timestamp() -> String
Returns a string representing the current timestamp.
String
let timestamp = cgl_rs::utils::get_timestamp();