pub unsafe extern "C" fn datetime_timestamp_to_datetime(
timestamp: u32,
datetime: *mut DateTime,
)Expand description
Convert UNIX timestamp to DateTime
Mind timezone when perform conversion
ยงArguments
timestamp(direction in) - UNIX Timestamp in seconds from UNIX epoch startdatetime(direction out) - The datetime (UTC)