Ruby datetimes
From wikinotes
TODO:
sort out what is activesupport extensions
Time.parse("Wed Oct 11 13:49:06 2023 -0700")
Date.parse("Wed Oct 11 13:49:06 2023 -0700")
time.in_time_zone # convert to UTC
TODO:
sort out what is activesupport extensions
Time.parse("Wed Oct 11 13:49:06 2023 -0700")
Date.parse("Wed Oct 11 13:49:06 2023 -0700")
time.in_time_zone # convert to UTC