[][src]Function x509_signature::seconds_from_hms

pub fn seconds_from_hms(hour: u8, minute: u8, second: u8) -> Result<u32, Error>

Convert an (hour, minute, second) tuple to a number of seconds since midnight or an error.