embassy-mcxa

Crates

git

Versions

mcx-a256

Flavors

convert_seconds_to_datetime

Function convert_seconds_to_datetime 

Source
pub fn convert_seconds_to_datetime(seconds: u32) -> RtcDateTime
Expand description

Converts Unix timestamp to DateTime structure

§Arguments

  • seconds - Unix timestamp (seconds since 1970-01-01)

§Returns

RtcDateTime structure with the converted date and time

§Note

This function handles leap years correctly.