pentaho-labs / pentaho-cpython-plugin

This is a PDI plugin that allows execution of Python code.
Apache License 2.0
32 stars 19 forks source link

Fixed an issue that affected date fields when pushed into the python … #8

Closed m-a-hall closed 6 years ago

m-a-hall commented 6 years ago

…environment. Python converts milliseconds since the epoch into dates at UTC without taking local timezone and daylight savings into account.