static public property Constants.SystemProperties.SERVER_TIME_UTC

Brief

If the value of the property equals "UTC", the server sends time as UTC time, otherwise the server sends time in the local time of the server.

Declaration
Java
public static final String  SERVER_TIME_UTC = "SERVER_TIME_UTC";

Details

The local time zone of the server can be checked in the BASE_TIME_ZONE property.

Declared in Constants.SystemProperties

back