Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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.