Ruby datetimes

From wikinotes
Revision as of 14:50, 25 October 2023 by Will (talk | contribs) (Created page with "{{ TODO | sort out what is activesupport extensions }} <source lang="ruby"> Time.parse("Wed Oct 11 13:49:06 2023 -0700") Date.parse("Wed Oct 11 13:49:06 2023 -0700") </source>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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")