Skip to main content
Version: Java (Groovy)

nowSystemMillisResolution

nowSystemMillisResolution provides the current date-time as an Instant, with millisecond resolution according to the System Clock.

Syntax

nowSystemMillisResolution()

Parameters

This method takes no arguments.

Returns

The current date-time.

Examples

println nowSystemMillisResolution()