Issue Summary
This is reproducible on Data Center: yes
Steps to Reproduce
- Create a fresh Crowd 5.0.1 instance
- Login as Admin
- Create a new user in Crowd directory
- Add the new user to the crowd-administrators groups
- Wait a few minuets
- Remove that new user from the crowd-administrators groups
- Check the Audit Log
Expected Results
The timestamps for the Removed from group and Added to group events are accurate.
Actual Results
The timestamps for the Removed from group and Added to group events are in-accurate, they both show the same timestamps.
Furthermore, querying the Crowd table cwd_audit_log_changeset shows that both events have the same timestamp persisted:
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available