Package hirondelle.web4j.util

Examples of hirondelle.web4j.util.TimeSource


   See {@link ActionImpl#getTimeZone()}.
  
   <P>Only millisecond precision is possible for this method.
   */
  public static DateTime now(TimeZone aTimeZone) {
    TimeSource timesource = BuildImpl.forTimeSource();
    return forInstant(timesource.currentTimeMillis(), aTimeZone);
  }
View Full Code Here

TOP

Related Classes of hirondelle.web4j.util.TimeSource

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.