embulk / embulk/embulk-input-jdbc
embulk-input-mysql will fetch wrong date values
Open
- Dominant language
- Java
- Stars
- 106
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
By #104, embulk-input-mysql can fetch correct datetime/timestamp values, but cannot fetch correct date values.
For example, when
- Server timezone : UTC
- Client timezone: Asia/Tokyo (+900)
- Table has date value '2015-06-04' (UTC)
, embulk-input-mysql will fetch '2015-06-04 00:00:00 +900', namely '2015-06-03 21:00:00 +000'.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.