com.mindprod.common15
Class Common15

java.lang.Object
  extended by com.mindprod.common15.Common15

public final class Common15
extends java.lang.Object

Common methods for JDK 1.5+.

Since:
2005
Version:
1.5 2009-05-03 - add Localise class
Author:
Roedy Green, Canadian Mind Products

Constructor Summary
Common15()
           
 
Method Summary
static void main(java.lang.String[] args)
          TEST harness
static java.lang.String toZulu(long timestamp)
          convert to Zulu time format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Common15

public Common15()
Method Detail

toZulu

public static java.lang.String toZulu(long timestamp)
convert to Zulu time format

Parameters:
timestamp - milliseconds since 1970-01-01 00:00
Returns:
string formatted as 2008-06-22T14:51:18.62Z

main

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

Parameters:
args - not used