(&self)
| 218 | /// TimeError: Returns TimeError on timestamp conversion errors (e.g. out-of-range timestamp). |
| 219 | #[getter] |
| 220 | pub fn dt(&self) -> Result<DateTime<Utc>, TimeError> { |
| 221 | self.time.dt() |
| 222 | } |
| 223 | |
| 224 | /// Returns the event id used to order events within the same timestamp. |
| 225 | /// |
no test coverage detected