From: Ihor Radchenko <yantar92@posteo.net>
To: Max Nikulin <manikulin@gmail.com>
Cc: Org Mode List <emacs-orgmode@gnu.org>,
Neil Jerram <neiljerram@gmail.com>
Subject: Re: Two problems with export to Google calendar
Date: Mon, 12 Dec 2022 14:00:18 +0000 [thread overview]
Message-ID: <87sfhkg1sd.fsf@localhost> (raw)
In-Reply-To: <85f7d530-5d76-4bf5-7225-40d7e3011d0e@gmail.com>
Max Nikulin <manikulin@gmail.com> writes:
>> By default, ox-icalendar takes the value of your TZ environment variable.
>
> I think, in most cases TZ is not set, so (format-time-string "%Z") is
> used to get abbreviation (that is ambiguous).
>
> On Linux we may try
>
> timedatectl show --property=Timezone --value
>
> during generation of export template. There is a chance that init system
> is not systemd, so the command is not available. It is possible to get
> timezone from /etc/timezone, but the code would not concise since it may
> be a text file or a symlink to the definition. I have no idea concerning
> macOS or Windows.
According to POSIX standard
(https://pubs.opengroup.org/onlinepubs/9699919799/), we need to use "TZ"
environment variable, when present. Otherwise, fallback to defaults.
This is exactly what ox-icalendar does. If TZ is set, use it. Otherwise,
use `current-time-zone'.
> Emacs relies on libc to handle time zones, and there is no API to get
> the identifier. I miss the option available in modern browser JavaScript
>
> new Intl.DateTimeFormat().resolvedOptions().timeZone
The issue in this bug report is that TZ is actually set. Ambiguously. In
OS. We cannot do much about it. Outsmarting system settings is not a
good idea.
--
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>
next prev parent reply other threads:[~2022-12-12 14:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-07 11:30 Two problems with export to Google calendar Neil Jerram
2022-12-07 11:52 ` Neil Jerram
2022-12-07 12:56 ` Ihor Radchenko
2022-12-07 14:00 ` Max Nikulin
2022-12-12 14:00 ` Ihor Radchenko [this message]
2022-12-12 16:53 ` Max Nikulin
2022-12-13 9:56 ` Ihor Radchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sfhkg1sd.fsf@localhost \
--to=yantar92@posteo.net \
--cc=emacs-orgmode@gnu.org \
--cc=manikulin@gmail.com \
--cc=neiljerram@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).