circadian.el
circadian.el copied to clipboard
Timezone/time on Windows seems to be off by one hour
Describe the bug
Using circardian--encode-time
on Windows seems to offset the time by 1 hour.
To Reproduce Steps to reproduce the behavior:
- Execute
eval-expression
and enter(decode-time (circadian--encode-time 11 54))
- Result is one hour off, eg
(0 54 12 22 4 2024 1 t 7200)
Expected behavior
Using (decode-time (circadian--encode-time 11 54))
should not offset time by one hour.
Environment (please complete the following information):
- OS: Windows 11
- Emacs: Emacs 29.3