mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 03:42:23 -07:00
781f784375
datetime_to_time takes separate parameters for date and time values and returns a time.Time and an `ok` bool. If the values are out of range, they're considered modulo and ok will be set to false.