Searched full:iso8601 (Results 1 – 25 of 314) sorted by relevance
12345678910>>...13
36 getText("valid iso8601: 2001-12-14t21:59:43.10-05:00", "valid iso8601")); in testTimestamp()39 getText("valid iso8601: 2001-12-14t21:59:43.10-0:30", "valid iso8601")); in testTimestamp()42 getText("valid iso8601: 2001-12-14t21:59:43.10+2:00", "valid iso8601")); in testTimestamp()
12 ISO8601("iso8601"), enumConstant
14 ISO8601("iso8601"), enumConstant
477 * <td>The <i>ISO8601 basic format</i> with hours, minutes and optional seconds fields.491 * <td>The <i>ISO8601 extended format</i> with hours, minutes and optional seconds fields.492 * The ISO8601 UTC indicator "Z" is used when local time offset is 0.557 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field.558 * The ISO8601 UTC indicator "Z" is used when local time offset is 0.</td>564 * <td>The <i>ISO8601 basic format</i> with hours and minutes fields.565 * The ISO8601 UTC indicator "Z" is used when local time offset is 0.</td>571 * <td>The <i>ISO8601 extended format</i> with hours and minutes fields.572 * The ISO8601 UTC indicator "Z" is used when local time offset is 0.</td>579 * <td>The <i>ISO8601 basic format</i> with hours, minutes and optional seconds fields.[all …]
28 # Default version is an ISO8601 compiliant datetime. PyPI doesn't allow31 # uses the "basic" ISO8601 format for both its date and time components
88 iso8601{"iso8601"}
2 iso8601: 2001-12-14t21:59:43.10-05:00
2 valid iso8601: 2001-12-14t21:59:43.10-05:00
4 iso8601: 2001-12-14t21:59:43.10-05:00
6 log4j.appender.CONSOLE.layout.ConversionPattern=%d{ISO8601} %c{1} [%t] %p - %m%n