mirror of
https://github.com/openkmip/pykmip
synced 2025-12-19 09:43:47 +00:00
An issue with local daylight savings time causes a comparison error in some locales when checking against a hard-coded expected time string. The DateTime primitive string representation has been updated to output only UTC time strings. Fixes #124