Function: org-timestamp-format
org-timestamp-format is a function alias for org-format-timestamp,
defined in org.el.gz.
This function is obsolete since Org 9.6; use org-format-timestamp
instead.
Signature
(org-timestamp-format TIMESTAMP FORMAT &optional END UTC)
Documentation
Format a TIMESTAMP object into a string.
FORMAT is a format specifier to be passed to
format-time-string.
When optional argument END is non-nil, use end of date-range or time-range, if possible.
When optional argument UTC is non-nil, time is be expressed as Universal Time.
Aliases
org-timestamp-format (obsolete since Org 9.6)