webknossos icon indicating copy to clipboard operation
webknossos copied to clipboard

In backend, unify timestamp data types

Open fm3 opened this issue 3 years ago • 0 comments

I think I’ve seen java.time.Instant, java.time.LocalDateTime, Long, java.sql.Timestamp and org.joda.time.DateTime for timestamps. We should decide which one works best and stick to it (possibly adding json writes/reads and postgres de/serialization). Looks like duration already pretty consistently uses scala.concurrent.duration. Edit: ok now I also saw java.time.Duration…

fm3 avatar Sep 12 '22 10:09 fm3