(Založena nová stránka s textem „The command detects the current date and time, shifts it by the value given by the Shift parameter and the result formatted according to the …“)
The command detects the current date and time, shifts it by the value given by the [[#shift-|Shift]] parameter and the result formatted according to the [[#format-| Format]] parameter saves to the [[#timestamp-| Timestamp]] output parameter. The [[#timezone-| TimeZone]] parameter can be used to select whether to use local time or UTC. At the same time, this command can serve as a stopwatch to measure the response, where the time measured in milliseconds is stored in the output parameter [[#time-| Time]]. The [[#mode-| Mode]] parameter defines the stopwatch action (start, split time, stop & start). The identifier [[#checkpointid-| CheckpointId]] allows to distinguish individual measurements performed in parallel.
+
The command detects the current date and time, shifts it by the value given by the [[#shift-|Shift]] parameter, and saves the result formatted according to the [[#format-| Format]] parameter to the [[#timestamp-| Timestamp]] output parameter. The [[#timezone-| TimeZone]] parameter can be used to select whether to use local time or UTC. This command can also be used as a stopwatch to measure the response time, which is measured in milliseconds and stored in the output parameter [[#time-| Time]]. The [[#mode-| Mode]] parameter defines the stopwatch action (start, split time, stop & start). The [[#checkpointid-| CheckpointId]] identifier makes it possible to distinguish individual measurements performed in parallel.
Aktuální verze z 3. 2. 2021, 09:37
The command detects the current date and time, shifts it by the value given by the Shift parameter, and saves the result formatted according to the Format parameter to the Timestamp output parameter. The TimeZone parameter can be used to select whether to use local time or UTC. This command can also be used as a stopwatch to measure the response time, which is measured in milliseconds and stored in the output parameter Time. The Mode parameter defines the stopwatch action (start, split time, stop & start). The CheckpointId identifier makes it possible to distinguish individual measurements performed in parallel.