Some server time zones don't match accepted java time zone IDs.
The full list of IDs can be obtained with the groovy script below ran from the script console as explained in KB 232352.
import java.util.TimeZone;
result = "List of Time Zones\n";
TimeZone.getAvailableIDs().each{
result = result + it + "\n";
}
return result;
Add a Time Zone value to the Agent Status Properties (ASP) for the MySQL agent as described below.
An enhancement logged as FOGMYSQL-73 was added to the MySQL cartridge to create a time zone agent override property.
This setting can also be set with a default value for all MySQLAgents that are created by
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center