bitwarden_exporters::cxp::import

Function convert_date

Source
fn convert_date(ts: Option<u64>) -> DateTime<Utc>
Expand description

Convert a CXP timestamp to a DateTime.

If the timestamp is None, the current time is used.