lua-users home
lua-l archive

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


As 'localtime_r' is preferred, because it is thread safe, then if some application needs awareness of timezone changes, it should use external library like http://luaposix.github.io/luaposix/docs/modules/posix.html#localtime

Thank you for clarifying that.