singer-io / singer-python

Writes the Singer format from Python
https://singer.io
Apache License 2.0
542 stars 130 forks source link

Fix/strftime write record #71

Closed dmosorast closed 6 years ago

dmosorast commented 6 years ago

The write_record function appears to be using a date format that can cause issues on OSX. This PR changes it to use the strftime defined in singer.utils that has handling for cross platform string formatting.