more email markers

This commit is contained in:
Aidan 2024-04-08 14:14:45 +01:00
parent 1dfa0aff0a
commit 31517a593f
Signed by: 9382
GPG Key ID: 9BF9CD918201F681

View File

@ -61,7 +61,9 @@ local IDToDate = { --Terrible ranges but it's all we have
{65918261258, FromYMD("2020-06-05")},
{171994717435, FromYMD("2023-03-24")},
{173210319088, FromYMD("2023-04-14")},
{206368884641, FromYMD("2023-07-16")}
{206368884641, FromYMD("2023-07-16")},
{229093879745, FromYMD("2024-01-02")},
{232802028144, FromYMD("2024-04-08")},
}
--We assume linear interpolation since anything more complex I can't process
local function linterp(i1, i2, m)