//! CCSDS Time Code Formats according to [CCSDS 301.0-B-4](https://public.ccsds.org/Pubs/301x0b4e1.pdf)
/// Retrieve the CCSDS time code from the p-field. If no valid time code identifier is found, the
/// Similar to [unix_to_ccsds_days] but converts the epoch instead, which is the number of elpased
pub fn timelib_date_time(&self) -> Result<time::OffsetDateTime, time::error::ComponentRange> {
/// Difference between two UNIX timestamps. The [Duration] type can not contain negative durations,