Common place for date utils.
| Field Summary |
|---|
| public static final Locale | LOCALE_US | US locale - all HTTP dates are in english |
| public static final TimeZone | GMT_ZONE | GMT timezone - all HTTP dates are on GMT |
| public static final String | RFC1123_PATTERN | format for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT" |
| public static final String | HTTP_RESPONSE_DATE_HEADER | Format for http response header date field |
| public static final String | OLD_COOKIE_PATTERN | Pattern used for old cookies |
| public static final DateFormat | rfc1123Format | DateFormat to be used to format dates |
| public static final DateFormat | oldCookieFormat | DateFormat to be used to format old netscape cookies |
| public static final DateFormat | rfc1036Format | |
| public static final DateFormat | asctimeFormat | |