Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
kagkarlsson committed Apr 18, 2024
1 parent 94aa2b4 commit 3bb62ec
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ private void logWarningIfNotUTC(String database, boolean persistTimestampInUTC)
SILENCABLE_LOG.warn(
"{}-schema does not support persistent timezones. "
+ "It is recommended to store time in UTC to avoid issues with for example DST. "
+ "For first time users, use setting 'alwaysPersistTimestampInUtc' to achieve this. "
+ "Users upgrading from a version prior to v14.0.0 can either silence this logger, "
+ "or perform a controlled upgrade to UTC timestamps. All old instances "
+ "of the scheduler must be stopped and timestamps migrated to UTC before starting "
+ "again, using 'alwaysPersistTimestampInUtc=true'.",
+ "For first time users, use setting 'alwaysPersistTimestampInUtc' to achieve this. "
+ "Users upgrading from a version prior to v14.0.0 can either silence this logger, "
+ "or perform a controlled upgrade to UTC timestamps. All old instances "
+ "of the scheduler must be stopped and timestamps migrated to UTC before starting "
+ "again, using 'alwaysPersistTimestampInUtc=true'.",
database);
}
}
Expand Down

0 comments on commit 3bb62ec

Please sign in to comment.