all repos

olexsmir.xyz @ 70df7c3cfe9d096e22a76970b408a0eec00619cb

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