mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-27 08:00:56 +03:00
🐛 Bug Report: All dates are set to 1/1/1, 12:17:30 AM #53
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 (Nov 5, 2024).
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.
@Node815 commented on GitHub (Nov 6, 2024):
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:
@jbalatero commented on GitHub (Nov 7, 2024):
I can confirm similar issue.
@phil3741 commented on GitHub (Nov 8, 2024):
Confirm +1, Docker on arm64/v8
@fallenleavesgocrunch commented on GitHub (Nov 9, 2024):
Confirm +1, Docker x86_64
@stonith404 commented on GitHub (Nov 9, 2024):
Thanks, I'll look into it as soon as I'm back from vacation.
@stonith404 commented on GitHub (Nov 11, 2024):
This is fixed in
v0.14.0. Thanks for reporting.