pub fn current_time() -> String { simpledateformat::fmt("yyyyMMdd'T'HHmmssz") .unwrap() .format_local_now() }