Embulk's core has contained TimestampFormatter and TimestampParser in it, but they caused some compatibility problems in the past.
We are going to make them deprecated, and we're providing an independent Timestamp library embulk-util-timestamp. It does not depend on Embulk's core, nor JRuby.
https://github.com/embulk/embulk-util-timestamp
Once a plugin uses the Timestamp library, the plugin is not affected by any Timestamp changes in Embulk's core.
Embulk's core has contained
TimestampFormatter
andTimestampParser
in it, but they caused some compatibility problems in the past.We are going to make them deprecated, and we're providing an independent Timestamp library
embulk-util-timestamp
. It does not depend on Embulk's core, nor JRuby. https://github.com/embulk/embulk-util-timestampOnce a plugin uses the Timestamp library, the plugin is not affected by any Timestamp changes in Embulk's core.