mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 06:48:47 +02:00
7 lines
247 B
Plaintext
7 lines
247 B
Plaintext
# Equinoxes and solstices
|
|
|
|
REM [soleq(today(), 0)] MSG %"March Equinox%" is %3.
|
|
REM [soleq(today(), 1)] MSG %"June Solstice%" is %3.
|
|
REM [soleq(today(), 2)] MSG %"September Equinox%" is %3.
|
|
REM [soleq(today(), 3)] MSG %"December Solstice%" is %3.
|