Closed dmosorast closed 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.
strftime
singer.utils
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 insinger.utils
that has handling for cross platform string formatting.