On Wed, 01 Feb 2017 10:50:24 -0500, Eric Abrahamsen <e...@ericabrahamsen.net> wrote:

Russell Adams <rlad...@adamsinfoserv.com> writes:

I understand that Org's timestamp format does not include timezone
information. Making that change would be an impractical modification.

I'm frequently working with several different timezones and I only
need to store a time stamp converted to my local time.

Does the time stamp input support some form of timezone input? I
checked the manual and tried a few methods and they don't appear
supported.

If the time stamp format doesn't support timezone info, then the input
method won't either, unfortunately. I had one of my occasional attacks
of enthusiasm about this subject recently -- using org-caldav while
you're traveling really exposes the limitations of timezone-unaware
scheduling.

Would it be completely out of the question to support an optional
timezone marker? From (nth 1 (current-time-zone))?

<2017-02-01 Wed PST>

The plumbing for time calculations would be... an adventure. But it
seems like it could be done in a backwards-compatible way.

E
Presumably everyone already knows that the timezones are more complicated than hoi polloi believe? The offsets are not always integer values of hours. For example, Newfoundland time is UTC−03:30. Additional complications include daylight saving time and the many historical versions of timezones. The definition of UTC can remain pretty much constant, but local-timezone time varies as a function of both location and calendar date.

Allowing user-defined functions (as simple or as complicated as one desires) for translation from UTC might be best.

Reply via email to