module documentation

Convert times to and from HTTP-date serialisations. Reference: https://www.rfc-editor.org/rfc/rfc7231#section-7.1.1.1

Function epoch_to_rfc1123 Return HTTP-date string from epoch offset.
Function rfc1123_to_epoch Return epoch offset from HTTP-date string.
def epoch_to_rfc1123(epoch): (source)

Return HTTP-date string from epoch offset.

Parameters
epoch:floatUndocumented
Returns
strUndocumented
def rfc1123_to_epoch(rfc1123): (source)

Return epoch offset from HTTP-date string.

Parameters
rfc1123:strUndocumented
Returns
floatUndocumented