- [26.11.2007] Created (Mike Kroutkov)
- [10.10.2009] + Time component getter (Ghost Rider)
@author Mike Kroutikov
@author Ghost Rider
Represents a single moment in time. This is a simple element and contains no children. Its value is a dateTime, specified in XML time (see XML Schema Part 2: Datatypes Second Edition). The precision of the TimeStamp is dictated by the dateTime value in the
<TimeStamp id=ID> <when>...</when> <!-- kml:dateTime --> </TimeStamp>Extends: @see :
Methods exist to convert NTP timestamps to and from the equivalent Java date representation, which is the number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
@author Jason Mathews, MITRE Corp @version $Revision: 165675 $ $Date: 2005-05-02 15:09:55 -0500 (Mon, 02 May 2005) $ @see java.util.DateThis simple processor adds a timestamp (current time in milliseconds) to all processed data items.
@author Christian Bockermann <chris@jwall.org><timestamp nanos='1013346248150000001'> 2002-02-10 14:04:08.150000001 </timestamp>or
<timestamp nanos='1013346248150000001'/>@author Marcel Ruff @see org.xmlBlaster.test.classtest.TimestampTest
A ideia desta class � separar totalmente a parte data-hora dos nanos. A superclass, DateTime, guarda a data e hora at� ao segundo (n�o milisegundo) e este timestamp guarda os nanosegundos (que incluem os milisegundos).
No formata��o e compara��o, a parte data-hora � delegada na superclass, e a parte de nanosegundos fica a cargo desta.
@author Susana Pereira, Rui BaetaCreated by IntelliJ IDEA. Date: 11/Out/2006 Time: 10:10:18
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|