The timestamp I am working with shows the date as August 15: 2020-08-15T02:52:34.000Z
Yet after sending this through the moment node, it drops back to July 14:
{"years":2020,"months":7,"date":14,"hours":22,"minutes":52,"seconds":34,"milliseconds":0}
Am I doing something wrong?
As soon as I hit return, I realized my mistake. Months and date counts from zero?
The timestamp I am working with shows the date as August 15:
2020-08-15T02:52:34.000Z
Yet after sending this through the moment node, it drops back to July 14:{"years":2020,"months":7,"date":14,"hours":22,"minutes":52,"seconds":34,"milliseconds":0}
Am I doing something wrong?
As soon as I hit return, I realized my mistake. Months and date counts from zero?