[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: how to get current local time
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 31 Mar 2015 19:13:36 -0300
> I've googled around quite a bit, but there seems to be no easy way to get
> the current local time in Lua.
Try os.date"%H:%M:%S" .