We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275dbf3 commit 9a03bcfCopy full SHA for 9a03bcf
embulk-input-mysql/src/main/java/org/embulk/input/MySQLTimeZoneComparison.java
@@ -59,7 +59,7 @@ public void compareTimeZone() throws SQLException
59
"The client timezone(%s) is different from the server timezone(%s). The plugin will fetch wrong datetime values.",
60
clientTimeZone.getID(),serverTimeZone.getID()));
61
logger.warn(String.format(Locale.ENGLISH,
62
- "Use `You may need to set options useLegacyDatetimeCode and serverTimeZone`"));
+ "Use You may need to set options `useLegacyDatetimeCode` and `serverTimeZone`"));
63
64
"Ex. `options: { useLegacyDatetimeCode: false, serverTimeZone: UTC }`"));
65
}
0 commit comments