StevenNelson
3 months agoQrew Member
Time format in pipelines
I am trying to have a pipeline enter the current time and a time 2 minutes prior into two seperate fields. Below are the values I am using. It doesnt work because the format isnt allowed in a time of day field. How do I format the values properly?
{{time.now}}
{{time.now - time.delta(minutes=2)}}