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

scalikejdbc.TimeZoneSettings.scala Maven / Gradle / Ivy

package scalikejdbc

import java.util.TimeZone

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy