Files
remind/include/sun.rem
2026-01-11 10:54:34 -05:00

13 lines
460 B
Plaintext

# Sunrise and sunset
# SPDX-License-Identifier: GPL-2.0-only
# Localize if we can
IF access($SysInclude + "/translations/" + _("LANGID") + "/sun.rem", "r") >= 0
SYSINCLUDE translations/[_("LANGID")]/sun.rem
ENDIF
IF !$CalMode && !$PsCal
REM INFO "Url: https://en.wikipedia.org/wiki/Sunrise" NOQUEUE AT [sunrise()] MSG %"%"%(Sunrise) %! %2.
REM INFO "Url: https://en.wikipedia.org/wiki/Sunset" NOQUEUE AT [sunset()] MSG %"%"%(Sunset) %! %2.
ENDIF