Os.date() doesn't clarify what !*t and *t mean

https://developer.roblox.com/api-reference/lua-docs/os

Under os.date() it states that:

  • The formatString must be either "*t" or "!*t"

However it never specifies that !*t is used to refer to UTC and *t is the local time

3 Likes

https://developer.roblox.com/articles/Lua-Libraries/os

It should be consistent between these pages, honestly.

2 Likes