Function cgl_rs::utils::get_timestamp

source ·
pub fn get_timestamp() -> String
Expand description

Returns a string representing the current timestamp.

Returns

  • A String representing the current timestamp.

Example

let timestamp = cgl_rs::utils::get_timestamp();