Skip to main content

Time

The Time data node outputs the current time as a formatted string each time its value is requested. The format is configurable, so you can get the time in whatever style you need. Use this for timestamping alerts, displaying the current time in overlays, or making time-based decisions in your flow.

Outputs

NameTypeDescription
TimestringThe current time formatted according to the configured format

Configuration

  • Format: The time format string (e.g., HH:mm:ss for 24-hour time, h:mm A for 12-hour time with AM/PM).

Example

You want to log the time of each cheer event by including a timestamp in the alert. Connect a Time data node formatted as h:mm A to a Generate Text node with the template Cheer received at {{0}} from {{1}}!. The output might read "Cheer received at 7:32 PM from NightBot!".