ucar.unidata.util
Class DateGMT

java.lang.Object
  extended by java.util.Date
      extended by ucar.unidata.util.DateGMT
All Implemented Interfaces:
Serializable, Cloneable, Comparable<Date>

public class DateGMT
extends Date

Convenience routine for dates in GMT.

Version:
$Revision: 1.9 $ $Date: 2006/05/05 19:19:34 $
Author:
davis
See Also:
Serialized Form

Constructor Summary
DateGMT()
          _more_
 
Method Summary
static DateGMT getCurrent()
          _more_
 String toString()
          _more_
 
Methods inherited from class java.util.Date
after, before, clone, compareTo, equals, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setTime, setYear, toGMTString, toLocaleString, UTC
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DateGMT

public DateGMT()
_more_

Method Detail

getCurrent

public static DateGMT getCurrent()
_more_

Returns:
_more_

toString

public String toString()
_more_

Overrides:
toString in class Date
Returns:
_more_