java.lang.Object
io.ebeaninternal.server.core.timezone.NoDataTimeZone
- All Implemented Interfaces:
DataTimeZone
Implementation of DataTimeZone when no time zone is specified.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the Calendar to use for Timezone information when reading/writing timestamps.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.ebeaninternal.server.core.timezone.DataTimeZone
getTimeComponentTimeZone
-
Constructor Details
-
NoDataTimeZone
public NoDataTimeZone()
-
-
Method Details
-
getTimeZone
Description copied from interface:DataTimeZoneReturn the Calendar to use for Timezone information when reading/writing timestamps.- Specified by:
getTimeZonein interfaceDataTimeZone
-