java.lang.Object
io.ebeaninternal.server.core.timezone.SimpleDataTimeZone
- All Implemented Interfaces:
DataTimeZone
- Direct Known Subclasses:
OracleDataTimeZone
Implementation of DataTimeZone when single Calendar instance is used.
-
Field Summary
Fields -
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
-
Field Details
-
zone
-
-
Constructor Details
-
SimpleDataTimeZone
-
-
Method Details
-
getTimeZone
Description copied from interface:DataTimeZoneReturn the Calendar to use for Timezone information when reading/writing timestamps.- Specified by:
getTimeZonein interfaceDataTimeZone
-