Fields Summary |
---|
private static StringManager | sm |
public static final Locale | LOCALE_USUS locale - all HTTP dates are in english |
public static final TimeZone | GMT_ZONEGMT timezone - all HTTP dates are on GMT |
public static final String | RFC1123_PATTERNformat for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT" |
public static final String | HTTP_RESPONSE_DATE_HEADERFormat for http response header date field |
private static final String | rfc1036Pattern |
private static final String | asctimePattern |
public static final String | OLD_COOKIE_PATTERNPattern used for old cookies |
public static final DateFormat | rfc1123FormatDateFormat to be used to format dates |
public static final DateFormat | oldCookieFormatDateFormat to be used to format old netscape cookies |
public static final DateFormat | rfc1036Format |
public static final DateFormat | asctimeFormat |