| java.lang.Object org.apache.tomcat.util.buf.DateTool
DateTool | public class DateTool (Code) | | Common place for date utils.
author: dac@eng.sun.com author: Jason Hunter [jch@eng.sun.com] author: James Todd [gonzo@eng.sun.com] author: Costin Manolache |
GMT_ZONE | final public static TimeZone GMT_ZONE(Code) | | GMT timezone - all HTTP dates are on GMT
|
RFC1123_PATTERN | final public static String RFC1123_PATTERN(Code) | | format for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT"
|
asctimePattern | final public static String asctimePattern(Code) | | |
rfc1036Pattern | final public static String rfc1036Pattern(Code) | | |
parseDate | public static long parseDate(String dateString)(Code) | | Called from HttpServletRequest.getDateHeader().
Not efficient - but not very used.
|
|
|