lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> ... 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.