Skip to content
Prev Previous commit
Next Next commit
Remove unused const from DateTimeUtils
  • Loading branch information
MaxGekk committed Mar 22, 2020
commit 577303f0359bbe47f62f43647191f893d008d4b6
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ object DateTimeUtils {
// it's 2440587.5, rounding up to compatible with Hive
final val JULIAN_DAY_OF_EPOCH = 2440588

final val GREGORIAN_CUTOVER_DAY = LocalDate.of(1582, 10, 15).toEpochDay

final val julianCommonEraStart = Timestamp.valueOf("0001-01-01 00:00:00")

final val TimeZoneGMT = TimeZone.getTimeZone("GMT")
Expand Down