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

scalikejdbc.TimeZoneSettings.scala Maven / Gradle / Ivy

There is a newer version: 3.2.0-RC1
Show newest version
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