mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
🐛 Bug Report: All dates are set to 1/1/1, 12:17:30 AM #452
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stephanvane on GitHub.
Reproduction steps
Run pocket-id locally or in a Kubernetes cluster.
Expected behavior
It should store/display the correct date and time
Actual Behavior
it shows all dates and times as 1/1/1, 12:17:30 AM. For example the "added on" date for keys, and the dates in the Audit log.
@stonith404 commented on GitHub:
Thanks, I'll look into it as soon as I'm back from vacation.
@fallenleavesgocrunch commented on GitHub:
Confirm +1, Docker x86_64
@jbalatero commented on GitHub:
I can confirm similar issue.
@Node815 commented on GitHub:
I run mine in Docker and have a similar issue:


Both my shell and container dates for the server at least concur the correct date:
Following the container log for my log out and back in shows:
@phil3741 commented on GitHub:
Confirm +1, Docker on arm64/v8
@stonith404 commented on GitHub:
This is fixed in
v0.14.0. Thanks for reporting.