Skip to content

Commit

Permalink
#368 set initial server-1 database download timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarc committed Jun 20, 2024
1 parent 1cf3139 commit de7b186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/scala/kpn/api/custom/Timestamp.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Timestamp {

val redaction: Timestamp = Timestamp(2012, 9, 12, 6, 55, 0)
// val analysisStart: Timestamp = Timestamp(2019, 11, 1, 0, 0, 0) // 003/739/602
val analysisStart: Timestamp = Timestamp(2024, 6, 15, 0, 0, 0) // state of the initial server-1 database download
val analysisStart: Timestamp = Timestamp(2024, 6, 12, 2, 15, 5) // 006/129/560 state of the initial server-1 database download

implicit def timestampOrdering: Ordering[Timestamp] = (x: Timestamp, y: Timestamp) => {
x.compareTo(y)
Expand Down

0 comments on commit de7b186

Please sign in to comment.