Function esp_ward::connectivity::wifi::weekday_from_timestamp

source ·
pub fn weekday_from_timestamp(timestamp: &u64) -> &'static str
Expand description

Gets a weekday from a UNIX timestamp

§Arguments

  • timestamp - The UNIX timestamp to convert.

§Returns

String with the name of the day