New timestamp

This commit is contained in:
tommy 2025-03-13 18:16:34 -04:00
parent 837d601f57
commit bf3778c802
Signed by: tommy
GPG Key ID: 2FF3C74CA05A76E8

View File

@ -55,7 +55,8 @@ local IDToDate = { --Terrible ranges but it's all we have
{206368884641, FromYMD("2023-07-16")},
{229093879745, FromYMD("2024-01-02")},
{232802028144, FromYMD("2024-04-08")},
{234886704167, FromYMD("2024-06-28")}
{234886704167, FromYMD("2024-06-28")},
{241580400713, FromYMD("2025-02-16")},
}
--We assume linear interpolation since anything more complex I can't process
local function linterp(i1, i2, m)