[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Posix Lua VM and os timezone update bug
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 30 Oct 2014 23:15:20 -0200
This is not a Lua bug: the same thing will happen in a plain C program.
It does not sound polite for a library function in Lua to call tzset:
that should be the prerogatives of the host program.