You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
embulk-output-jdbc uses Julian calendar before 1582.
embulk uses Gregorian calendar before 1582.
As a result, for example, if embulk inputs 1000/1/1 from CSV, embulk-output-jdbc will output 999/12/26.
The text was updated successfully, but these errors were encountered:
embulk-output-jdbc uses Julian calendar before 1582.
embulk uses Gregorian calendar before 1582.
As a result, for example, if embulk inputs 1000/1/1 from CSV, embulk-output-jdbc will output 999/12/26.
The text was updated successfully, but these errors were encountered: