singer-io / tap-codat

A Singer.io tap to extract data from the Codat API
GNU Affero General Public License v3.0
2 stars 7 forks source link

fix for inconsistent c strftime implementations #3

Closed drewbanin closed 6 years ago

drewbanin commented 6 years ago

This PR tweaks the implementation of strftime to:

As a result, tap-codat should now work on any system regardless of the underlying C strftime implementation

KAllan357 commented 6 years ago

:+1: