Re: Badly formatted os.date format crashes
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Badly formatted os.date format crashes
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 9 Sep 2008 09:48:26 -0300
> ... or just roll your own.
> We had to, because we use dietlibc, where gmtime - and thus strftime -
> is completely broken for dates < 1970.
Roll your own strftime is a lot of work, especially since it has to handle
locales, right? And strftime is the problem here, not gmtime.