format8601

ISO-8601 format :: "2006-01-31T14:49:30Z"

Throws an exception where the supplied time is invalid

  1. const(T)[] format8601(T[] output, U t)
    const(T)[]
    format8601
    (
    T
    U = Time
    )
    (
    T[] output
    ,
    U t
    )
  2. const(T)[] format8601(T[] output, Time t)

Meta