pub fn serialize_uptime<S>(
    value: &Instant,
    serializer: S
) -> Result<S::Ok, S::Error> where
    S: Serializer