pub fn current_time(obj: *mut ConfObject) -> Result<f64>
Get the current time of an object.
obj
The current time of the object
Unknown