Időbélyegek kezelése a Dátum formázása művelettel a Parancsokban
You may notice that time and date information in some API responses appear as long numbers with many digits. This is because the time is formatted in UNIX time (or Epoch time), which represents the time as the number of seconds that have elapsed since 00:00:00 UTC, Thursday, January 1, 1970.
UNIX time is used as a standard for all computers as a way to measure time from the same spot, or the start date of Coordinated Universal Time (UTC), and is also considered the birthday of the UNIX operating system. A Parancsokban átalakíthatja a UNIX-időformátumot egy könnyebben értelmezhető formátumra a Dátum, Dátum beállítása és Dátum formázása művelettel.
The Date action is set to 00:00:00 UTC Jan 1, 1970. Add the UNIX Time variable to the UTC date to get the adjusted date. Ezután használja a Dátum formázása műveletet az idő eltávolításához (mivel az 00:00:00).
Megjegyzés: Other APIs might use other time formats such as ISO 8601. További információk: A Parancsok dátum- és időformátumairól.