Jean Louis <bugs@gnu.support> writes: > One could think for Org to simply become able to designate time zone > somewhere, be it generally for Org file or/and specific heading, or/and > specific timestamp. > > Then implement function to transform time to UTC, and then use > libraries or Emacs to transform UTC to designated time zone.
We already transform timestamps into internal time representation via `encode-time' (for the most part, at least). It is an equivalent to transforming to UTC. The internal representation can be later transformed back via `decode-time' with appropriate target ZONE parameter. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>