D
now = math.floor(clock.time())
dt = os.date('!*t', now)
now_zero = now - (dt.sec + dt.min * 60 + dt.hour * 3600)или
now_zero = os.time{year=dt.year, month=dt.month, day=dt.day, hour=0, min=0, sec=0}но с icu-date надёжнее
Size: a a a
D
now = math.floor(clock.time())
dt = os.date('!*t', now)
now_zero = now - (dt.sec + dt.min * 60 + dt.hour * 3600)now_zero = os.time{year=dt.year, month=dt.month, day=dt.day, hour=0, min=0, sec=0}ФК
DZ
dist.tarantool.io отдает 502curl 'https://dist.tarantool.io/stable/centos/7/os/x86_64/repodata/repomd.xml'
<html>
<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.9.2</center>
</body>
</html>AT
AM
MA
MA
AS
box.schema.space.create('space_name')box.schema.space.get('space_name')GM
AS
DU
DO
AP
AP
AP
VV
DS