Is there a way to insert millisecond timestamps in the data?

Hi, I want to record a millisecond timestamp in the vertex as its property.
But the DATATIME or NOW only support the second level.
Is there a way to insert millisecond timestamps in the data?

@ds_ssj For this you will need to store the data as uint and call a C++ function to return milliseconds.

If you’ve not used User Defined Function (UDF) in TigerGraph here are some helpful guides.

1 Like

It seems that I need to use TigerGraph Cloud. Could I use this feature in the local TigerGraph? Thanks!