systemTimeUTC: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <!-- (DIS)?CONTINUE Notes -->" to "") |
m (formatting and example) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
| 2.00 | |version1= 2.00 | ||
|gr1= Time | |gr1= Time | ||
| Returns [[systemTime]] according to '''U'''niversal '''T'''ime '''C'''oordinated time scale. | |descr= Returns [[systemTime]] according to '''U'''niversal '''T'''ime '''C'''oordinated time scale. | ||
| [[systemTimeUTC]] | |s1= [[systemTimeUTC]] | ||
| [[Array]] in format [year, month, day, hour, minute, second, millisecond] | |r1= [[Array]] in format [year, month, day, hour, minute, second, millisecond] | ||
|x1= <code>_UKTime = [[systemTimeUTC]];</code> | |x1= <code>_UKTime = [[systemTimeUTC]];</code> | ||
|x2= <code>[[systemTime]] [[params]] ["_y", "_m", "_d", "_h", "_min", "_s", "_ms"]; | |||
[[format]] ["%1:%2:%3", _h, _min, _s];</code> | |||
|seealso= [[systemTime]], [[date]], [[time]], [[daytime]], [[diag_tickTime]], [[serverTime]], [[missionStart]], [[diag_deltaTime]] | |seealso= [[systemTime]], [[date]], [[time]], [[daytime]], [[diag_tickTime]], [[serverTime]], [[missionStart]], [[diag_deltaTime]] | ||
}} | }} | ||
Revision as of 10:19, 3 May 2021
Description
- Description:
- Returns systemTime according to Universal Time Coordinated time scale.
- Groups:
- Time
Syntax
- Syntax:
- systemTimeUTC
- Return Value:
- Array in format [year, month, day, hour, minute, second, millisecond]
Examples
- Example 1:
_UKTime = systemTimeUTC;
- Example 2:
systemTime params ["_y", "_m", "_d", "_h", "_min", "_s", "_ms"]; format ["%1:%2:%3", _h, _min, _s];
Additional Information
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