HttpTimeFormatter.format

Ditto; uses the current wall clock time.

  1. mstring format(time_t t)
  2. mstring format()
  3. mstring format(mstring dst, time_t t)
  4. mstring format(mstring dst)
    struct HttpTimeFormatter
    static
    format

Parameters

dst mstring

destination string

Return Value

Type: mstring

slice to valid result data in dst, starting at dst[0]

Throws

Exception if formatting failed (supposed never to happen)

Meta