Hello,
I'm having trouble with my date time subtracting. I first imported by data and the DATETIME_D it is in the initial format of 10/16/2022 23:00 (I believe this would be M/d/yyyy HH:mm), but there are no leading zeroes in everything.

To subtract 1 hour, I used this formula: datetimeadd([DATETIME_D],-1,"hours"), and I get errors like this : Formula (28) DATETIMEADD: "10/17/2022 8:00" is not a valid DateTime
Am I missing something?