Simple question:
How do I get the current year?
For example, its currently 2021.
Use os.date()
os.date("%Y") -- returns the current year