new data point for account verification timestamp

This commit is contained in:
dowoge 2023-08-04 15:46:05 -04:00
parent bd6d65169f
commit 603ca0f6af
No known key found for this signature in database
GPG Key ID: A868F67EA0425DD8

View File

@ -60,7 +60,8 @@ local IDToDate = { --Terrible ranges but it's all we have
{34758058773, FromYMD("2019-02-24")}, {34758058773, FromYMD("2019-02-24")},
{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")}
} }
--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)