Closed DarkaMaul closed 1 month ago
Would you be able to confirm that the timestamp client here properly handles timezones/UTC? I would assume yes since we're just using the standard library.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 45.92%. Comparing base (
6fd19b0
) to head (157a5ac
). Report is 194 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Would you be able to confirm that the timestamp client here properly handles timezones/UTC? I would assume yes since we're just using the standard library.
Yes - confirmed this this morning.
Thank you!
Summary
This PR fixes the problem highlighted in #846 .
Release Note
FIX TimestampResponse Time were not properly returned as GMT.
Documentation
None