serverTime: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma2 | | arma2 | ||
|1.00 | |1.00 | ||
|eff= global | |eff= global | ||
|gr1= Time | |gr1= Time | ||
|gr2= Mission Information | |gr2= Mission Information | ||
|gr3= Multiplayer | |gr3= Multiplayer | ||
| Returns the time since last server restart, synced to all clients in MP. The syncing is happening every 5 minutes, but you can force the next sync earlier by executing [[estimatedTimeLeft]] command. The time returned is also different to the time returned by [[time]] and [[diag_tickTime]] commands on server. Returns 0 in SP.<br><br> | | Returns the time since last server restart, synced to all clients in MP. The syncing is happening every 5 minutes, but you can force the next sync earlier by executing [[estimatedTimeLeft]] command. The time returned is also different to the time returned by [[time]] and [[diag_tickTime]] commands on server. Returns 0 in SP.<br><br> | ||
{{Informative|'''Known issues before Arma 3 v1.85.145075''': Both server and clients showed the same value when synced. The only time it was not synced was on the server, right after server restart and only for the first 300 seconds. Client side was synced from the start}} | {{Informative|'''Known issues before Arma 3 v1.85.145075''': Both server and clients showed the same value when synced. The only time it was not synced was on the server, right after server restart and only for the first 300 seconds. Client side was synced from the start}} | ||
| '''serverTime''' | | '''serverTime''' | ||
| [[Number]] | | [[Number]] | ||
|x1= <code>[[hint]] [[format]] ["Synced server time : %1", [[serverTime]]];</code> | |x1= <code>[[hint]] [[format]] ["Synced server time : %1", [[serverTime]]];</code> | ||
| [[time]], [[diag_tickTime]], [[date]], [[missionStart]], [[estimatedTimeLeft]], [[estimatedEndServerTime]], [[systemTime]], [[systemTimeUTC]] | | [[time]], [[diag_tickTime]], [[date]], [[missionStart]], [[estimatedTimeLeft]], [[estimatedEndServerTime]], [[systemTime]], [[systemTimeUTC]] | ||
}} | }} | ||
Revision as of 11:02, 18 January 2021
Description
- Description:
- Returns the time since last server restart, synced to all clients in MP. The syncing is happening every 5 minutes, but you can force the next sync earlier by executing estimatedTimeLeft command. The time returned is also different to the time returned by time and diag_tickTime commands on server. Returns 0 in SP.
- Groups:
- TimeMission InformationMultiplayer
Syntax
- Syntax:
- serverTime
- Return Value:
- Number
Examples
- Example 1:
hint format ["Synced server time : %1", serverTime];
Additional Information
- See also:
- timediag_tickTimedatemissionStartestimatedTimeLeftestimatedEndServerTimesystemTimesystemTimeUTC
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note