now # Returns the current server timestamp. Copied to clipboard!CompletableFuture<Date> now() Return # Returns a Date representing the current server timestamp. Usage # Copied to clipboard!Date result = kuzzle .getServerController() .now() .get(); Copied to clipboard!fun now(): CompletableFuture<Date> Return # Returns a Date representing the current server timestamp. Usage # Copied to clipboard!val result: Date = kuzzle .serverController .now() .get() Edit this page on Github (opens new window)