Searched defs:started_utc (Results 1 – 1 of 1) sorted by relevance
73 fn started_utc(&self) -> String { in started_utc() method74 let started_utc = chrono::Utc::now() - self.started.elapsed(); in started_utc() localVariable