File tree 1 file changed +2
-2
lines changed
embulk-input-mysql/src/main/java/org/embulk/input
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ public void compareTimeZone()
57
57
"The client timezone(%s) is different from the server timezone(%s). The plugin will fetch wrong datetime values." ,
58
58
clientTimeZone .getID (), serverTimeZone .getID ()));
59
59
logger .warn (String .format (Locale .ENGLISH ,
60
- "You may need to set options `useLegacyDatetimeCode` and `serverTimeZone `" ));
60
+ "You may need to set options `useLegacyDatetimeCode` and `serverTimezone `" ));
61
61
logger .warn (String .format (Locale .ENGLISH ,
62
- "Example. `options: { useLegacyDatetimeCode: false, serverTimeZone : UTC }`" ));
62
+ "Example. `options: { useLegacyDatetimeCode: false, serverTimezone : UTC }`" ));
63
63
}
64
64
logger .warn (String .format (Locale .ENGLISH , "The plugin will set `useLegacyDatetimeCode=false` by default in future." ));
65
65
}
You can’t perform that action at this time.
0 commit comments