Re: [PATCH v3 0/2] Support dates outside of 1901..2038 range

2025-05-28 Thread Daniel Kiper
On Fri, May 23, 2025 at 07:23:32AM -0500, Andrew Hamilton wrote: > Hello, > > I was wondering if this was still on the radar. Yes, it is but it is not the highest priority... Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/m

Re: [PATCH v3 0/2] Support dates outside of 1901..2038 range

2025-05-23 Thread Andrew Hamilton
Hello, I was wondering if this was still on the radar. Thanks, Andrew On Fri, Apr 18, 2025 at 9:54 AM Andrew Hamilton wrote: > Support dates outside of 1901..2038. > Add tests for dates outside this range. > Vast majority of the work was done by Vladimir Serbinenko > > Fixes: https://savannah.

[PATCH v3 0/2] Support dates outside of 1901..2038 range

2025-04-18 Thread Andrew Hamilton
Support dates outside of 1901..2038. Add tests for dates outside this range. Vast majority of the work was done by Vladimir Serbinenko Fixes: https://savannah.gnu.org/bugs/?63894 Fixes: https://savannah.gnu.org/bugs/?66301 V2 -> V3: Added additional commentary to datetime.c to describe the origi