org.jclouds.date.internal
Class DateUtils

java.lang.Object
  extended by org.jclouds.date.internal.DateUtils

public class DateUtils
extends Object

Author:
Adrian Cole

Field Summary
static Pattern NANOS_TO_MILLIS_PATTERN
           
static Pattern SECOND_PATTERN
           
static Pattern TZ_PATTERN
           
 
Constructor Summary
DateUtils()
           
 
Method Summary
static String trimNanosToMillis(String toParse)
           
static String trimTZ(String toParse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NANOS_TO_MILLIS_PATTERN

public static final Pattern NANOS_TO_MILLIS_PATTERN

TZ_PATTERN

public static final Pattern TZ_PATTERN

SECOND_PATTERN

public static final Pattern SECOND_PATTERN
Constructor Detail

DateUtils

public DateUtils()
Method Detail

trimNanosToMillis

public static String trimNanosToMillis(String toParse)

trimTZ

public static String trimTZ(String toParse)


Copyright © 2009-2011 jclouds. All Rights Reserved.