savedra1 / clipse

Configurable TUI clipboard manager for Unix
MIT License
228 stars 8 forks source link

Clipboard Time Stamps out of sync with system time #64

Closed mononomori closed 1 month ago

mononomori commented 1 month ago

My NixOS Version: Unstable

I just noticed that the time stamps for Date Copied: are out of sync with my system time. I have my time-zone manually set in my configuration file, but even with removing that and using something like automatic-timezoned to see if it being automatically adjusted would change anything but that didn't work. The date, minutes, and seconds are all accurate, so I have a feeling it somehow thinks my timezone is different? Not sure.

screenshot_2024-06-06-155237

savedra1 commented 1 month ago

Hi @mononomori 🫡

Thanks for pointing this out! It looks like the code is converting the local time into UTC, so definitely nothing you're missing here.

This should be a super quick fix, I'll make the update asap and let you know.

savedra1 commented 1 month ago

@mononomori update merged. It will be included in the stable/unstable Nix package as part of the next release and could be rebuilt from the last commit in the meantime. Thanks again for raising :handshake:

mononomori commented 1 month ago

Aweesome, thanks for the quick response time!