time_of_day#
- caput.astro.time.time_of_day(time)[source]#
Return the time since the start of the UTC day in seconds.
- Parameters:
- time
TimeLike| array_like Find the start time of the day that time is in.
- time
- Returns:
- seconds
float| array_like Time since start of UTC day in seconds.
- seconds