Copy as Markdown View as Markdown (opens in new tab) View on GitHub (opens in new tab) Open in... ChatGPT (opens in new tab) Claude (opens in new tab) Perplexity (opens in new tab) currentMilliseconds currentMilliseconds(): Number Returns the current time in milliseconds. Example This example shows the time in milliseconds when the function executed. Source %dw 2.0 import * from dw::util::Timer output application/json --- { "currentMilliseconds" : currentMilliseconds() } Output { "currentMilliseconds": 1532923168900 }