fn convert_date(ts: Option<u64>) -> DateTime<Utc>
Convert a CXF timestamp to a DateTime<Utc>.
DateTime<Utc>
If the timestamp is None, the current time is used.