circadian.el icon indicating copy to clipboard operation
circadian.el copied to clipboard

Timezone/time on Windows seems to be off by one hour

Open guidoschmidt opened this issue 10 months ago • 0 comments

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

guidoschmidt avatar Apr 22 '24 06:04 guidoschmidt