Variable: org-scheduled-time-hour-regexp
org-scheduled-time-hour-regexp is a variable defined in org.el.gz.
Value
"\\<SCHEDULED: *<\\([^>]+[0-9]\\{1,2\\}:[0-9]\\{2\\}[0-9+:hdwmy/ .-]*\\)>"
Documentation
Matches the SCHEDULED keyword together with a time-and-hour stamp.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defconst org-scheduled-time-hour-regexp
(concat "\\<" org-scheduled-string
" *<\\([^>]+[0-9]\\{1,2\\}:[0-9]\\{2\\}[0-9+:hdwmy/ \t.-]*\\)>")
"Matches the SCHEDULED keyword together with a time-and-hour stamp.")