Function: org-insert-time-stamp
org-insert-time-stamp is a function alias for org-insert-timestamp,
defined in org.el.gz.
Signature
(org-insert-time-stamp TIME &optional WITH-HM INACTIVE PRE POST EXTRA)
Documentation
Insert a date stamp for the date given by the internal TIME.
See format-time-string for the format of TIME.
WITH-HM means use the stamp format that includes the time of the day.
INACTIVE means use square brackets instead of angular ones, so that the
stamp will not contribute to the agenda.
PRE and POST are optional strings to be inserted before and after the
stamp.
The command returns the inserted time stamp.