Forum Discussion
Anonymous
5 years agoNot applicable
Date field missmatch
Currently, when dates are converted to ISO dates, we add a time component too (midnight). eg. 01/11/2014 -> '2014-11-01T00:00:00.000Z' This is fine for dates fall in winter (before clock change). H...
lbendlin
5 years agoSuper User
The Z here means ZULU, or UTC. If you use UTC timestamps throughout your data then that is not impacted by DST changes.
In ISO8601 you can also specify the UTC offset as needed.