Audit Log Creates Unparsable Date String

Description

The audit log currently produces time stamps like this:

2016-11-15T12:12:34 UTC

This is not a recognized standard for ISO8601.

If the time is in UTC, add a Z directly after the time without a space. Z is the zone designator for the zero UTC offset. "09:30 UTC" is therefore represented as "09:30Z" or "0930Z". "14:45:15 UTC" would be "14:45:15Z" or "144515Z".

Please consider the following patch to correct this:

Environment

None

AFFECTED CS IDs

159816

Smart Checklist

Activity

Show:

Laurynas Biveinis March 4, 2019 at 12:44 PM

It slipped through cracks and was marked as fixed in the initial 8.0 port while it fact it was not.

Matthew Boehm November 16, 2016 at 8:02 PM

Done

Details

Assignee

Reporter

Labels

Time tracking

4h logged

Fix versions

Affects versions

Priority

Smart Checklist

Created November 16, 2016 at 7:54 PM
Updated March 6, 2024 at 3:58 PM
Resolved March 6, 2019 at 7:29 AM