datetime_timestamp_to_datetime

Function datetime_timestamp_to_datetime 

Source
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 start
  • datetime (direction out) - The datetime (UTC)