We’ve added some new variables to give you more options for showing the timezone and current date in your workflow runs.
This is useful for debugging time zone issues, as now you can find out what time zone the app is using with each variable.
Workflow timezone variables
- workflow run created date {{run.created_date.time_zone}}
- task due dateĀ {{task.due_date.time_zone}}
- workflow run due date {{run.due_date.time_zone}}
- date field timezone {{form.date_field.time_zone}}
Global variables
- current timeĀ {{current_time}}
- current timezone {{current_time.time_zone}}