public class AccessTimeUtil extends Object
Constructor and Description |
---|
AccessTimeUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getAccessDate(Date date) |
static Date |
getDate()
This method returns a Date object that is accurate to within one second.
|
static String |
getTimeZone()
gets the timezone +/-{****}}, offset from GMT,
|
static void |
handleThrowable(Throwable t)
Checks whether the supplied Throwable is one that needs to be
re-thrown and swallows all others.
|
public static String getTimeZone()
public static Date getDate()
public static void handleThrowable(Throwable t)
t
- the Throwable to checkCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.