Skip to content

Commit

Permalink
Merge pull request #6726 from MahtraDR/common_move_from_local_time_to…
Browse files Browse the repository at this point in the history
…_server_time

[scripts][common] Move from local Time.now to server_time
  • Loading branch information
MahtraDR authored Nov 6, 2023
2 parents c5f9fd1 + fb1d71c commit 930a79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.lic
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ module DRC

_respond(
"<pushStream id=\"#{window_name}\"/>" + (make_bold ? bold(text) : text),
"<popStream id=\"#{window_name}\" /><prompt time=\"#{Time.now.to_i}\">&gt;</prompt>"
"<popStream id=\"#{window_name}\" /><prompt time=\"#{XMLData.server_time.to_i}\">&gt;</prompt>"
)
end

Expand Down

0 comments on commit 930a79f

Please sign in to comment.