Use UTC instead of Universal. Apparently, "Universal" is not...er... universally installed.

This commit is contained in:
Dianne Skoll
2025-10-09 11:41:15 -04:00
parent b5b00468cc
commit 1acb343cf3
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ REMIND="../src/remind --flush -q"
OUT="../tests/test.out"
CMP="../tests/test.cmp"
# Set a known timezone so moon phases show up in predictable places
TZ=Universal
TZ=UTC
export TZ
# Colorize output iff stdout is a tty

View File

@@ -146,9 +146,9 @@ TZ=America/Los_Angeles $REMIND - 2026-01-01 <<'EOF' >> $OUT 2>&1
BANNER %
SET $AddBlankLines 0
REM AT 13:33 TZ America/Los_Angeles TZ Universal MSG Whatsup? %*l %3.
REM AT 13:33 TZ America/Los_Angeles TZ UTC MSG Whatsup? %*l %3.
REM AT 13:33 TZ "" TZ America/Los_Angeles MSG Whatsup? %*l %3.
REM TZ Universal MSG Borked
REM TZ UTC MSG Borked
EOF
TZ=America/Toronto $REMIND -dx - 2025-09-01@01:00 <<'EOF' >> $OUT 2>&1