I’m listing all versions of my DataStore using the DataStore | Roblox Creator Documentation sample and I’m getting this for CreatedTime
:
Created: 1634997637930
I think it’s a timestamp. But converting using print(os.date("*t", 1634997637930))
I get nil
.
What’s wrong?