Skip to content

Commit

Permalink
timestamp error wording
Browse files Browse the repository at this point in the history
Co-authored-by: Dj Walker-Morgan <[email protected]>
  • Loading branch information
gvasquezvargas and djw-m committed Jun 3, 2024
1 parent bd3de0a commit 38f9969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_docs/docs/migration_toolkit/55/09_mtk_errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ To correct the problem, specify `-fetchSize 1` as a command-line argument when y

### Incorrect timestamps and Daylight Saving Time

When migrating from SQL Server to PostgreSQL using the MSSQL JDBC driver, the migration may error without reporting any errors. However, if the source database contains rows with timestamp values that are within a range of time when Daylight Savings Time was in effect, those rows will be migrated to the target database with the wrong timestamps.
When migrating from SQL Server to PostgreSQL using the MSSQL JDBC driver, an error in the migration of timestamps may occur that is not reported. Specifically, if the source database contains rows with timestamp values that are within a range of time when Daylight Savings Time was in effect, those rows will be migrated to the target database with the wrong timestamps.

To resolve this issue, update the `runMTK.sh` file, and provide the option `-Duser.timezone=GMT`. This option will then be in effect when you run the toolkit.

Expand Down

0 comments on commit 38f9969

Please sign in to comment.