Forum Discussion
tstack
7 years agoFormer Employee
Can you give an example of one of these timestamps? It looks like LocalDateTime.parse()
is not parsing it correctly and returning a NaN
. Also, is there are reason you’re using LocalDateTime.parse()
instead of Date.parse()
? Note that LocalDateTime
objects do not have the date math methods like minusDays()
.