Implement a new algorithm for computing ISO week values in strftime() based
commit0607212c95b877dd7acdc1e553623a2cadc99e19
authorD. Richard Hipp <drh@hwaci.com>
Sat, 20 Jan 2024 00:31:44 +0000 (20 00:31 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Sat, 20 Jan 2024 00:31:44 +0000 (20 00:31 +0000)
tree903b3f8645f4ea4e9fcee61c4e866d2177267193
parent9138203bcfbc586bdae123681fb34a188f08cd34
Implement a new algorithm for computing ISO week values in strftime() based
on the idea (from [forum:3681cb1bcd|Nuno Cruces]) of shifting the
date being tested to the Thursday of the same week.
src/date.c