Closed timvisher closed 6 years ago
This appears to have been deprecated for some time and is poorly behaved in the case of fractional seconds. utils.strptime_to_utc is preferred anyway.
utils.strptime_to_utc
See https://github.com/singer-io/singer-python/issues/81
For some reason circle isn't running this.
(singer-python) vagrant@taps-tvisher1:/opt/code/singer-python$ circleci local execute … Ran 90 tests in 0.396s OK Success!
The meat here is really https://github.com/singer-io/singer-python/pull/82/files#diff-7bab99d622479da29fc9fc39cb1058f7R29
Motivation
This appears to have been deprecated for some time and is poorly behaved in the case of fractional seconds.
utils.strptime_to_utc
is preferred anyway.See https://github.com/singer-io/singer-python/issues/81
Implementation Notes