I have converted todays date to unix using the Format a Date (format Unix TimeStamp). The output is correct 1716688647, however I need it in 13 digits (1716688647000). Im not sure on the best way to achieve this? Is it best to use JS function? or is there something else that is far more suitable?