All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalikejdbc.TimeZoneSettings.scala Maven / Gradle / Ivy

The newest version!
package scalikejdbc

import java.util.TimeZone

/**
 * Settings for timezone conversion
 */
case class TimeZoneSettings(
  conversionEnabled: Boolean = false,
  serverTimeZone: TimeZone = TimeZone.getDefault
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy