@ThreadSafe public final class SimpleDateFormatX extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ISO_8601_LOCAL_PATTERN
An ISO 8601 format pattern for local times.
|
static String |
ISO_8601_PATTERN
An ISO 8601 format pattern (wrong).
|
static String |
ISO_8601_PATTERN_C
An ISO 8601 format pattern (corrected).
|
Modifier and Type | Method and Description |
---|---|
static String |
simplifiedISO8601(String s)
Simplifies an ISO 8601 format string, for parsing against ISO_8601_PATTERN.
|
public static final String ISO_8601_LOCAL_PATTERN
public static final String ISO_8601_PATTERN
This is wrong because it uses a named timezone.
public static final String ISO_8601_PATTERN_C
public static String simplifiedISO8601(String s)