CurrentTime
See javadoc - uk.gov.gchq.koryphe.impl.function.CurrentTime
Available since Koryphe version 1.8.0
Returns the current time in milliseconds
Examples
Get current time
Java
JSON
Full JSON
Python
final CurrentTime currentTime = new CurrentTime();
{
"class" : "CurrentTime"
}
{
"class" : "uk.gov.gchq.koryphe.impl.function.CurrentTime"
}
g.CurrentTime()
Input type:
java.lang.Object
Example inputs:
Input Type | Input | Result Type | Result |
---|---|---|---|
null | java.lang.Long | 1665484768079 |