mirror of
https://github.com/misiektoja/github_monitor.git
synced 2026-04-26 23:45:49 +03:00
[GH-ISSUE #3] weird timezone thing — doesn’t always change properly?? #2
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/github_monitor#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @catdkl on GitHub (Mar 28, 2025).
Original GitHub issue: https://github.com/misiektoja/github_monitor/issues/3
If you put “Auto” or just leave the timezone as whatever your local one is in LOCAL_TIMEZONE, the tool shows timestamps fine… but then if you try switching it to like a totally different one (idk like America/Los_Angeles or whatever), it still shows stuff in your local timezone anyway?? kinda weird
@misiektoja commented on GitHub (Mar 31, 2025):
Yeah, you've got me scratching my head, but I can confirm the issue.
I discovered that I was handling some objects incorrectly as the converted timestamps were using local time zone instead of the one defined in LOCAL_TIMEZONE. I will fix the code, but it might take some time as it requires refactoring quite a few places.
@misiektoja commented on GitHub (Apr 8, 2025):
Hey, I managed to solve the issue. Check out the code I pushed and let me know if everything is good now!
@catdkl commented on GitHub (Apr 8, 2025):
everything’s working fine now! really appreciate the help 🙏