diff --git a/lua/telekasten.lua b/lua/telekasten.lua index 6a71285..0d61739 100644 --- a/lua/telekasten.lua +++ b/lua/telekasten.lua @@ -259,7 +259,6 @@ local function calculate_dates(date) local dinfo = os.date("*t", time) -- this normalizes the input to a full date table local oneday = 24 * 60 * 60 -- hours * days * seconds local oneweek = 7 * oneday - local oneyear = 365 * oneday local df = dateformats local dates = {}