Wrong line in the sample script

Issue Description
In Code Samples you have:

local time = DateTime.fromUniversalTime(year=2020, month=10, day=09, hour=01, min=42)

But the correct is:

local time = DateTime.fromUniversalTime(2020, 10, 09, 01, 42)

Issue Area: DevHub Content
Page URL: DataStore | Roblox Creator Documentation

1 Like

Thanks for your report! We’ve triaged the issue and will follow up when it has been resolved.

2 Likes

This issue has been resolved! If you are still experiencing the issue, please allow some time for the changes to propagate.

2 Likes

This topic was automatically closed after 24 hours. New replies are no longer allowed.