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: 4.3.2
Show 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