pub unsafe extern "C" fn aws_date_time_to_utc_time_str(
    dt: *const aws_date_time,
    fmt: aws_date_format,
    output_buf: *mut aws_byte_buf
) -> c_int
Expand description

Copies the current time as a formatted date string in utc time into output_buf. If buffer is too small, it will return AWS_OP_ERR. A good size suggestion is AWS_DATE_TIME_STR_MAX_LEN bytes. AWS_DATE_FORMAT_AUTO_DETECT is not allowed.