Hello, In the last few days I have been building a new project by importing data external to roblox.
However, I find myself importing date parameters in the ISO 8601, And I don’t know how to convert them to a date readable in LUA
LIke: Year: 2022 Month: 03 Day: 02 Hour: 00 Minute: 30
i was using the string as an example, just put the date string into the first parameter as a variable and it’ll work most likely
Edit: It seems i’m stupid, sorry lol.