actualTimeAppServer

actualTimeAppServer(): TimeStamp;

The actualTimeAppServer method of the Application class returns the current date and time of the application server as a timestamp value. You can use this method, for example, to get the date and time that an event occurred on the application server for logging purposes. (In JADE thin client mode, calling app.actualTime returns the date and time relative to the presentation client, which may be in a different time zone.)

If the application is not running in JADE thin client mode, this method is equivalent to the actualTime method. Use the actualTimeServer method to return the current date and time of the server node if the application is not running in JADE thin client mode, as this is more efficient than calling the actualTime method with the serverExecution method option.