Function radius::core::rfc2869::lookup_event_timestamp[][src]

pub fn lookup_event_timestamp(
    packet: &Packet
) -> Option<Result<DateTime<Utc>, AVPError>>
Expand description

Lookup a event_timestamp date value from a packet.

It returns the first looked up value. If there is no associated value with event_timestamp, it returns None.