System Time Block

System Time Block

The System Time block emits time as defined by the host computer operating system. There are many options to choose from, depending on what exactly you're hoping to do with system time.

Parameters

  • Method [Epoch | Second | Minute | Hour | DayLunar | DayOrdinal | Month | Year]
    • Epoch: Emits seconds since the Unix Epoch
    • Second: Emits the second value of the current minute.
    • Minute: Emits the minute value of the current hour.
    • Hour: Emits the hour value of the current day.
    • DayLunar: Emits the day value of the current month.
    • DayOrdinal: Emits the day value of the current year.
    • Month: Emits the month value of the current year.
    • Year: Emits the value of the current year.

Examples

System Time Example