src/Pure/PIDE/document.scala
changeset 83503 7b1b7ac616c0
parent 83301 88e33d16f2de
--- a/src/Pure/PIDE/document.scala	Tue Nov 04 17:20:20 2025 +0100
+++ b/src/Pure/PIDE/document.scala	Tue Nov 04 20:11:15 2025 +0100
@@ -1036,7 +1036,7 @@
       message: XML.Elem,
       cache: XML.Cache
     ) : (Command.State, State) = {
-      val now = Time.now()
+      val now = Date.now()
       def update(st: Command.State): (Command.State, State) = {
         val st1 = st.accumulate(now, self_id(st), other_id, message, cache)
         (st1, copy(commands_redirection = redirection(st1)))