pub fn timestamp_to_hms(timestamp: u64) -> (u8, u8, u8)
Converts a UNIX timestamp into hours, minutes, and seconds.
timestamp
A tuple containing the hours, minutes, and seconds.