Function: time-to-day-in-year
time-to-day-in-year is an autoloaded and byte-compiled function
defined in time-date.el.gz.
Signature
(time-to-day-in-year TIME)
Documentation
Return the day number within the year corresponding to TIME.
Probably introduced at or before Emacs version 25.1.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/time-date.el.gz
;;;###autoload
(defun time-to-day-in-year (time)
"Return the day number within the year corresponding to TIME."
(time-date--day-in-year (decode-time time)))