Basic Question about date & time formatting


#1

1) Give a description of the problem
Hello - just need some guidance on the right way to parse an incoming date/timestamp via web hook

2) What is the expected behavior?
delay piston till passed time

3) What is happening/not happening?
time is not being parsed (correctly)

**4) Post a Green Snapshot of the piston!

**5) Attach any logs
31 PM

thanks


#2

How should it be getting parsed? What are you looking for it to end up as?


#3

that’s part of the question (that I am confused about searching here) it needs to be in a format so that the piston wait until date/time command sees it as valid


#4

It compares date/times in epoch time. Is there a way you can bring in the date time already converted?

Otherwise I think it is probably just trying to compare a date to a string which will just be false