Generates a HTTP compliant date/time string from t and stores it in dst. dst.length must be ResultLength.
destination string
UNIX time value to be formatted as HTTP date/time string
slice to valid result data in dst, starting at dst[0]
Exception if formatting failed (supposed never to happen)
See Implementation
Generates a HTTP compliant date/time string from t and stores it in dst. dst.length must be ResultLength.