all repos

olexsmir.xyz @ 620792cf2ab97761a56488444d1732ee99e76f22

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