jdk/src/java.base/share/classes/java/time/format/DateTimeFormatter.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 28751 47403deaec44
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
  1095      * such as '2011-12-03T10:15:30Z'.
  1095      * such as '2011-12-03T10:15:30Z'.
  1096      * <p>
  1096      * <p>
  1097      * This returns an immutable formatter capable of formatting and parsing
  1097      * This returns an immutable formatter capable of formatting and parsing
  1098      * the ISO-8601 instant format.
  1098      * the ISO-8601 instant format.
  1099      * When formatting, the second-of-minute is always output.
  1099      * When formatting, the second-of-minute is always output.
  1100      * The nano-of-second outputs zero, three, six or nine digits digits as necessary.
  1100      * The nano-of-second outputs zero, three, six or nine digits as necessary.
  1101      * When parsing, time to at least the seconds field is required.
  1101      * When parsing, time to at least the seconds field is required.
  1102      * Fractional seconds from zero to nine are parsed.
  1102      * Fractional seconds from zero to nine are parsed.
  1103      * The localized decimal style is not used.
  1103      * The localized decimal style is not used.
  1104      * <p>
  1104      * <p>
  1105      * This is a special case formatter intended to allow a human readable form
  1105      * This is a special case formatter intended to allow a human readable form