I have a DateTimeOffset struct that i'd like to convert to and from DateOnly, but there seem to be no direct conversion options.
For DateTime there is FromDateTime(DateTime dateTime) - I do not see anything for DateTimeOffset.
How to convert to and from DateTimeOffset and DateOnly?