[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: time zone?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sat, 12 Mar 2005 10:22:48 -0300
> Is there a way to access time zone information from Lua? Perhaps the
> time zone name and its UTC offset?
=os.date"%z"
-0300
=os.date"%Z"
BRT
but %z is a GNU extension.
--lhf