mirror of
https://gitlab.com/4w/mtimer.git
synced 2025-02-17 17:03:46 +01:00
fix day being one day of
This commit is contained in:
@ -25,7 +25,7 @@ local get_date_names = function (dates)
|
||||
S('November'), S('December')
|
||||
}
|
||||
return {
|
||||
day = weekdays[tonumber(dates.day)],
|
||||
day = weekdays[tonumber(dates.day+1)],
|
||||
month = months[tonumber(dates.month)]
|
||||
}
|
||||
end
|
||||
|
Reference in New Issue
Block a user