org.eclipse.ohf.ihe.atna.audit.util
Class TimeStamp

java.lang.Object
  extended by org.eclipse.ohf.ihe.atna.audit.util.TimeStamp

public class TimeStamp
extends java.lang.Object

Since:
OHF 1.0.0
Author:
Glenn Deen glenn@almaden.ibm.com, Sarah Knoop

Constructor Summary
TimeStamp()
           
 
Method Summary
static java.lang.String generateUTCDateTime()
          Generates a UTC compliant timestamp from the current system time.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeStamp

public TimeStamp()
Method Detail

generateUTCDateTime

public static java.lang.String generateUTCDateTime()
Generates a UTC compliant timestamp from the current system time. An example of a time stamp in UTC is: 2006-07-05T19:28:00.140-04:00

Returns:
the UTC time stamp