mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-09 04:51:37 -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.