Std.Time.Format.toHttpDate
1 declaration
fn
toHttpDate: Int -> StrThis is a callable function.
What it does
A moment written the way a message header carries one.
Always at zero offset and always in English, because the format says so:
this is a value two programs exchange, not one a person is shown.
Read the signature
- The text after the name is the type checked by Pudu.
- Read arrows from left to right: inputs come first, and the final type is returned.
