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