|
scenario:1. start Lua VM compiled with posix flag running process and use os.date()2. change system wide timezone settings3. use again os.date() from the earlier started processexpected result:changes in system wide timezone settings should reflect return value for os.date()actual result:os.date() return value are based on the timezone settings when the Lua VM process was created