Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lua os.date BUG #1307

Open
baidwwy opened this issue Jan 18, 2025 · 1 comment
Open

lua os.date BUG #1307

baidwwy opened this issue Jan 18, 2025 · 1 comment

Comments

@baidwwy
Copy link

baidwwy commented Jan 18, 2025

local timestamp = os.time({ year = 2025, month = 1, day = 18, hour = 12, min = 0, sec = 0 })
print(os.date("%a", timestamp))
print(os.date("%A", timestamp))
-->mon
-->Sat

Copy link

linear bot commented Jan 18, 2025

NK-627 lua os.date BUG

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant