Expand description
Date and time utilities for HTTP date header formatting.
Provides conversions to and from IMF-fixdate as mandated by RFC 9110.
Functions§
- epoch_
seconds - Helper returning seconds since the Unix epoch.
- imf_
fixdate - Format the provided time using the IMF-fixdate representation.
- now
- Return the current time formatted as IMF-fixdate.
- parse_
http_ date - Parse an HTTP date into a
SystemTimevalue.