plus seconds

This block is part of the date group and was last modified in core v10.4.28.

plus seconds v10.4.28

Plus an selected amount of seconds to your given date.

In pins 2
  • date required
    date
  • seconds required
    number
Out pins 1
  • date
    date
add

A typical wiring for plus seconds: date now feeds the date pin; number feeds the seconds pin; the date out pin feeds if.

Studio canvas example for the plus seconds block: typical wiring for plus seconds.

Commonly used with

In production blueprints, this block is most often wired together with:

  • date now: feeds into this block. Gives you the current date based on your timezone.
  • if: this block feeds into it. Allows you to use different dates based on your given condition (true/false).
  • execute in queue: this block feeds into it. Executes the given function on a given time using the queue and doesn't wait for it to be executed.
  • number: feeds into this block. Generates a valid number from the filled custom value in the blueprint.
  • get fields: feeds into this block. Gets the selected fields from the given object.

Version history

Introduced in v10.4.28.


Back to date Return to the main group to view all sub-groups Back to date Return to the group to view all blocks within this group