pub fn find_unixtime(response: &[u8]) -> Option<u64>
Extracts a UNIX timestamp from a server response.
response
An option containing the UNIX timestamp if found and successfully parsed, or None otherwise.
None