Merge pull request #10 from 9382/main

more email markers
This commit is contained in:
tommy 2024-04-09 22:00:58 -04:00 committed by GitHub
commit ed3a441182
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,9 @@ local IDToDate = { --Terrible ranges but it's all we have
{65918261258, FromYMD("2020-06-05")}, {65918261258, FromYMD("2020-06-05")},
{171994717435, FromYMD("2023-03-24")}, {171994717435, FromYMD("2023-03-24")},
{173210319088, FromYMD("2023-04-14")}, {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 --We assume linear interpolation since anything more complex I can't process
local function linterp(i1, i2, m) local function linterp(i1, i2, m)