You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TestConstants.kt 241B

12345678
  1. package com.dmdirc.ktirc
  2. import java.time.LocalDateTime
  3. object TestConstants {
  4. val time: LocalDateTime = LocalDateTime.parse("1995-09-15T09:00:00")
  5. val otherTime : LocalDateTime = LocalDateTime.parse("1996-05-03T13:00:00")
  6. }