public final class HttpDate
extends java.lang.Object
Copied from OkHttp.
| Modifier and Type | Field and Description |
|---|---|
static long |
MAX_DATE
The last four-digit year: "Fri, 31 Dec 9999 23:59:59 GMT".
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
format(java.util.Date value)
Returns the string for
value. |
static java.util.Date |
parse(java.lang.String value)
Returns the date for
value. |
public static final long MAX_DATE