com.caucho.quercus.lib.date
Class DateTimeZone
java.lang.Object
com.caucho.quercus.lib.date.DateTimeZone
- All Implemented Interfaces:
- java.lang.Cloneable
public class DateTimeZone
- extends java.lang.Object
- implements java.lang.Cloneable
Date functions.
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DateTimeZone
protected DateTimeZone(Env env)
DateTimeZone
protected DateTimeZone(java.lang.String id)
__construct
public static DateTimeZone __construct(java.lang.String id)
listAbbreviations
public static ArrayValue listAbbreviations()
listIdentifiers
public static ArrayValue listIdentifiers()
getName
public java.lang.String getName()
getOffset
public long getOffset(DateTime dateTime)
getTimeZone
protected java.util.TimeZone getTimeZone()
findTimeZone
protected static Value findTimeZone(StringValue abbr)
findTimeZone
protected static Value findTimeZone(StringValue abbr,
int offset,
boolean isDST)
findTimeZone
protected static Value findTimeZone(int offset,
boolean isDST)
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object