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

com.github.fulrich.testcharged.generators.temporal.Epoch.scala Maven / Gradle / Ivy

package com.github.fulrich.testcharged.generators.temporal

import java.time.{Instant, LocalDate, LocalTime, ZoneOffset}

object Epoch {
  val LocalDate: LocalDate = Instant.EPOCH.atZone(ZoneOffset.UTC).toLocalDate
  val LocalTime: LocalTime = Instant.EPOCH.atZone(ZoneOffset.UTC).toLocalTime
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy