podman --remote events prints wrong timestamps #12629
Labels
Good First Issue
This issue would be a good issue for a first time contributor to undertake.
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
volunteers-wanted
Issues good for community/volunteer contributions
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Steps to reproduce the issue:
Run
podman --remote events
Run something to generate some log lines, e.g.
podman --remote run --rm -it alpine:latest echo foo
Describe the results you received:
Describe the results you expected:
The current date and time (
2021-12-16T16:02:31,178233183+01:00
)Additional information you deem important (e.g. issue happens only occasionally):
The
time
andtimeNano
timestamps in the API response are correct. The system clock is correct too. :)Output of
podman version
:Same on 3.4.2.
Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
The text was updated successfully, but these errors were encountered: