Forum Discussion
bojanvelevski
4 years agoValued Contributor
I cannot spot anything that might be the cause of the issue, except that the sample format you sent earlier is with 6 digits of milliseconds, and you need to send the value with 7 digits.
The expression can also be simplified by using
.toLocaleDateTimeString({"format":"yyyy-MM-dd HH:mm:ss.SSSSSSS"}) instead of manually combining the format where we can easily miscalculate indexes and send out a wrong date.
Regards,
Bojan