bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51959: 28.0.50; [PATCH] Fallout from 69f1bc43c0


From: Lars Ingebrigtsen
Subject: bug#51959: 28.0.50; [PATCH] Fallout from 69f1bc43c0
Date: Fri, 19 Nov 2021 08:47:31 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

dick <dick.r.chiang@gmail.com> writes:

> +        (when (> (length isodatetimestring) 15)
> +          (cl-case (aref isodatetimestring 15)
> +            (?Z
> +             (setq source-zone t))
> +            ((?- ?+)
> +             (setq source-zone
> +                   (concat "UTC" (substring isodatetimestring 15))))))

UTC-0200?  Is that the syntax to use here?  I've added Ulf to the CCs.

> +test-lisp-calendar-inotify:
> +  stage: normal
> +  extends: [.job-template, .test-template]
> +  variables:
> +    target: emacs-inotify
> +    make_params: "-C test check-lisp-calendar"

Is this necessary?  

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]