mirror of
https://github.com/openkmip/pykmip
synced 2026-01-06 10:33:35 +00:00
This change fixes a bug in the server engine unit tests that check the debug logs for Locate filtering on the Initial Date attribute. Specifically, time.asctime does not use the default '%d' notation for stringifying numerical day values. This change updates the string notation to match the format produced by time.asctime. Impacts #572