mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-06-27 17:24:24 +02: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