Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 436407f

Browse files
committed
Add more years to CE(S)T daylight table
1 parent 1f827b8 commit 436407f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/General.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,9 @@ function cetoffset()
225225
[2014] = {89, 299},
226226
[2015] = {88, 298},
227227
[2016] = {87, 304},
228-
[2017] = {85, 302}
228+
[2017] = {85, 302},
229+
[2018] = {84, 301},
230+
[2019] = {90, 300},
229231
}
230232

231233
local now = os.date('!*t')

0 commit comments

Comments
 (0)