Quote from: eri0o on Fri 11/10/2024 01:54:37Oh, it would really be helpful if Datetime wasn't a static struct and instead all these properties were writable, so decoding the rawtime would be just a set value after parsing it out of the name, I think for now getting the time back from RawTime for presentation purposes would require re-implementing the date conversion in script. :/
Yes it would help to at least have a factory method that creates DateTime from raw time; and then perhaps one that creates it from year, month etc combination.