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