from_systime

Function from_systime 

Source
pub fn from_systime(systime: SystemTime) -> Option<String>
Expand description

Formats an HTTP date from a SystemTime

Returns None when date formatting fails (i. e. when provided timestamp was invalid)