Skip to main content

Module date

Module date 

Source
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 SystemTime value.