Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
You may have to cast it to string, I don't remember a date/time format in any of the widgets that would do it.
You may have to cast it to string, I don't remember a date/time format in any of the widgets that would do it.
As @PaiChung said, you would have to parse this timestamp as a string and add the extra digits yourself.
However, if you do this from a date object, these additional digits will always be 0. Thingworx does not support a higher time resolution.