Fix the first timestamp on the breadcrumbs in acceptance tests (#13762)
#13700 changed the way test events are generated. The result is that, in acceptance tests, the time the event is created is not normalized to the day thus the screenshot of the details page is different at every execution breaking the snapshot tests on percy.
This normalizes the creation timestamp thus should make the snapshot consistent.