all repos

olexsmir.xyz @ 98f77812874f2c9ebd73a66ce858eb44931abd50

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