@Deprecated public class DateTool extends Object
Modifier and Type | Field and Description |
---|---|
static ThreadLocal<DateFormat> |
asctimeFormat
Deprecated.
|
static TimeZone |
GMT_ZONE
Deprecated.
GMT timezone - all HTTP dates are on GMT
|
static String |
HTTP_RESPONSE_DATE_HEADER
Deprecated.
Format for http response header date field
|
static Locale |
LOCALE_US
Deprecated.
Use
Locale.US |
static String |
OLD_COOKIE_PATTERN
Deprecated.
Pattern used for old cookies
|
static ThreadLocal<DateFormat> |
oldCookieFormat
Deprecated.
DateFormat to be used to format old netscape cookies
|
static ThreadLocal<DateFormat> |
rfc1036Format
Deprecated.
|
static String |
RFC1123_PATTERN
Deprecated.
format for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT"
|
static ThreadLocal<DateFormat> |
rfc1123Format
Deprecated.
DateFormat to be used to format dates
|
Constructor and Description |
---|
DateTool()
Deprecated.
|
@Deprecated public static final Locale LOCALE_US
Locale.US
public static final TimeZone GMT_ZONE
public static final String RFC1123_PATTERN
public static final String HTTP_RESPONSE_DATE_HEADER
public static final String OLD_COOKIE_PATTERN
public static final ThreadLocal<DateFormat> rfc1123Format
public static final ThreadLocal<DateFormat> oldCookieFormat
public static final ThreadLocal<DateFormat> rfc1036Format
public static final ThreadLocal<DateFormat> asctimeFormat
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.