Documentation

Time.Specifier

Parse and Format Specifier #

The general form is %&lt;modifier>&lt;width><alternate>&lt;specifier>, where &lt;modifier>, &lt;width>, and &lt;alternate> are optional.

modifier #

glibc-style modifiers can be used before the specifier (here marked as z):

width #

Width digits can also be used after any modifiers and before the specifier (here marked as z), for example:

alternate #

An optional E character indicates an alternate formatting. Currently this only affects %Z and %z.

specifier #

inductive Time.Specifier :
Instances For
    Instances For
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For