pub unsafe extern "C" fn aws_date_time_init_epoch_millis(
    dt: *mut aws_date_time,
    ms_since_epoch: u64
)
Expand description

Initializes dt to be the time represented in milliseconds since unix epoch.