Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
Nifi 1.14 PutDatabaseRecord DateTime Bug: writes using local timezone (adding or removing hours from DateTime column)
Labels:
- Labels:
-
Apache NiFi
Contributor
Created ‎07-19-2021 11:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Flow: QueryDatabaseTable >> PutDatabaseRecord (using the same MS SQL table)
Original Date: '2020-01-01 01:00:00.000'
Saved Date: '2019-12-31 22:00:00.000'
Another:
Original Date: '1753-01-01 00:00:00.000' (SQL Server minimum date)
Saved Date: Routing to failure.: The conversion of a datetime2 data type to a datetime data type resulted in an out-of-range value.
My timezone: (GMT-3)
1 ACCEPTED SOLUTION
Contributor
Created ‎07-19-2021 11:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1 REPLY 1
Contributor
Created ‎07-19-2021 11:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Solution: Do not use string. "Use Avro Logical Types: TRUE"
