all repos

olexsmir.xyz @ 63cb42d7b9140bcff571c59479be88cc72856114

my site, yes, i like lua

olexsmir.xyz/lua/lego/date.lua(view raw)

1
2
3
4
5
6
7
8
9
local date = {}

---@param d string
---@return string
function date.date(d)
  return d .. "T00:00:00+02:00"
end

return date