Community Tip - You can change your system assigned username to something more personal in your community settings. 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.