net.date
Class SimpleClock

java.lang.Object
  extended by net.date.SimpleClock

public class SimpleClock
extends java.lang.Object


Constructor Summary
SimpleClock()
           
 
Method Summary
static java.lang.String getTime()
          return a string representing the time from NIST output looks like: 52520 02-09-03 11:06:08 50 0 0 537.5 UTC(NIST) *
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleClock

public SimpleClock()
Method Detail

getTime

public static java.lang.String getTime()
return a string representing the time from NIST output looks like: 52520 02-09-03 11:06:08 50 0 0 537.5 UTC(NIST) *


main

public static void main(java.lang.String[] args)