all repos

olexsmir.xyz @ 3f1230b37b4afc069b0c414c78985c7d7f853512

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