[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] org-test: Fix zone-dependent miscalculation of days of week
From: |
Kyle Meyer |
Subject: |
Re: [PATCH] org-test: Fix zone-dependent miscalculation of days of week |
Date: |
Mon, 03 Jun 2024 21:08:32 -0400 |
Ihor Radchenko writes:
> I suspect that the failures are because of your timezone.
Yes, that matches my conclusion too and was what I was trying to convey
in the commit message.
> If my guess is right, there will always be some timezone where a given
> number seconds from epoch is a different day...
> I am not sure how to address this problem.
How about my patch? Notice that format-time-string is invoked with ZONE
set to t so that TIME is always taken as UTC.