Support windows installation with UTC timezone
Description
Add reconfigure attribute to add '?useLegacyDatetimeCode=false&serverTimezone=UTC' into mysql connection sting (ONLY for jdbc)
Activity
Show:
Yaniv Marom Nachumi
February 24, 2020, 7:36 PM
Edited
In order to support mysql with UTC timezone windows server, add the following:
# aerobase_server['db_jdbc_flags'] = "useLegacyDatetimeCode=false&serverTimezone=UTC”
Assignee
Reporter
Labels
None