Class NoDataTimeZone

java.lang.Object
io.ebeaninternal.server.core.timezone.NoDataTimeZone
All Implemented Interfaces:
DataTimeZone

public class NoDataTimeZone extends Object implements DataTimeZone
Implementation of DataTimeZone when no time zone is specified.
  • Constructor Details

    • NoDataTimeZone

      public NoDataTimeZone()
  • Method Details

    • getTimeZone

      public Calendar getTimeZone()
      Description copied from interface: DataTimeZone
      Return the Calendar to use for Timezone information when reading/writing timestamps.
      Specified by:
      getTimeZone in interface DataTimeZone