You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib-date.lua does a full test of os.date using multiple timestamps, exercising both "local" and "utc" versions of the format string. When the test is run in non-UTC timezones, many of the tests fail.
One alternative would be to adjust the input timestamp by local timezone's utc-offset, before passing it to the local format tests.
The text was updated successfully, but these errors were encountered:
lib-date.lua does a full test of os.date using multiple timestamps, exercising both "local" and "utc" versions of the format string. When the test is run in non-UTC timezones, many of the tests fail.
One alternative would be to adjust the input timestamp by local timezone's utc-offset, before passing it to the local format tests.
The text was updated successfully, but these errors were encountered: