pub unsafe extern "C" fn aws_date_time_init_epoch_secs(
    dt: *mut aws_date_time,
    sec_ms: f64
)
Expand description

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