serverTimezone property

String? serverTimezone
final

Specifies the time zone for the source MySQL database.

Example: serverTimezone=US/Pacific;

Note: Do not enclose time zones in single quotes.

Implementation

final String? serverTimezone;