Input: DateTime

OliveTin supports datetime pickers - note that these do NOT add your timezone, so it up to your scripts / commands to interpret which timezone is being used.

config.yaml
actions:
  - title: Print your favourite datetime!
    shell: echo {{ my_favourite_time }}
    arguments:
      - type: datetime
        title: My Favourite DateTime
arg datetime
Note

The OliveTin server does try to parse and validate the date on the server side to prevent dangerous input, but there is no validation in the browser, beyond what your browser might do to prevent you from picking an invalid date.

This is safe, as what really matters is what the server allows to be passed to be executed - and that is checked.