[Remind-Fans] Earth Seasons

Larry Hynes larry at larryhynes.com
Fri Nov 2 14:25:08 EDT 2018


hymie at lactose.homelinux.net wrote:
> Steve Jones writes:
> >REM [trigger(date(2018,Jan,03), time(05,35), 1)] MSG Perihelion
> 
> Does this work for you?  As far as I can tell, the date() function
> takes three integers.

You can either use the symbolic constants from the wiki page at:

https://www.roaringpenguin.com/wiki/index.php/Defs.rem

(see below), or

sed -e 's/Jan/1/' -e 's/Mar/3/' -e 's/Jun/6/' \
	-e 's/Jul/7/' -e 's/Sep/9/' -e 's/Dec/12/' ...

#########################################
# Symbolic constants for month names... #
#########################################

SET Jan 1
SET Feb 2
SET Mar 3
SET Apr 4
SET May 5
SET Jun 6
SET Jul 7
SET Aug 8
SET Sep 9
SET Oct 10
SET Nov 11
SET Dec 12


More information about the Remind-fans mailing list