embulk / embulk-output-jdbc

MySQL, PostgreSQL, Redshift and generic JDBC output plugins for Embulk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

embulk-output-jdbc and embulk use different calendars for dates before 1582

hito4t opened this issue · comments

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.