all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: <tomas@tuxteam.de>
To: Christopher Howard <christopher@librehacker.com>
Cc: Help Gnu Emacs Mailing List <help-gnu-emacs@gnu.org>
Subject: Re: calculating relative time until a day of week
Date: Sun, 7 Jul 2024 07:10:48 +0200	[thread overview]
Message-ID: <ZoojWPDTCjaITTGB@tuxteam.de> (raw)
In-Reply-To: <87v81itfvs.fsf@librehacker.com>

[-- Attachment #1: Type: text/plain, Size: 799 bytes --]

On Sat, Jul 06, 2024 at 12:38:47PM -0800, Christopher Howard wrote:
> Hi, I want to make an Emacs timer that runs a command once a week, every Tuesday at 4am. I could do this with run-at-time and a relative time, but I would need to calculate how many seconds until Tuesday 4am. Is there an easy way to calcuate that?

  (time-subtract (date-to-time "2024-11-13T10:22:00+0100")
                 (current-time))

Note that Emacs's internal time representation is "abstract" -- you
shouldn't rely too much on its details. But you have a set of functions
to operate on it and to move from/to human readable representations.

See all the chapters on time in Elisp's "System Interface" section,
especially "42.8 Parsing and Formatting Times" and "42.10 Time
Calculations".

Cheers
-- 
t

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

  reply	other threads:[~2024-07-07  5:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-06 20:38 calculating relative time until a day of week Christopher Howard
2024-07-07  5:10 ` tomas [this message]
2024-07-08  1:05 ` Michael Heerdegen via Users list for the GNU Emacs text editor
2024-07-08 18:00   ` Emanuel Berg

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZoojWPDTCjaITTGB@tuxteam.de \
    --to=tomas@tuxteam.de \
    --cc=christopher@librehacker.com \
    --cc=help-gnu-emacs@gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.