serverTime does not work on a dedicated server. It returns a useless time format.
Description
Description
Details
Details
- Legacy ID
- 5340732
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Scripting
Steps To Reproduce
Create a mission and drop a trigger then place this in the trigger:
diag_log format ["Time:%1, ServerTime: %2", time, serverTime];
Server Output:
"Time:3.941, ServerTime: 3.51428e+006"
Client Output:
"Time:4.121, ServerTime: 44.937"
Additional Information
It works on clienthosted servers.
Event Timeline
Comment Actions
Mass closing ancient tickets with no activity for > 12 months; assume fixed or too trivial.
If this issue is still relevant in current dev build, please re-post.