Module Name: src
Committed By: martin
Date: Thu Jan 2 19:50:20 UTC 2025
Modified Files:
src/bin/sh [netbsd-9]: var.c
Log Message:
Pull up following revision(s) (requested by kre in ticket #1932):
bin/sh/var.c: revision 1.88
Fix a bug from when the ToD variable was added (July 2017) where if
TZ is unset, and ToD_FORMAT contains and strftime() conversions which
need to know the zone, bad things happen.
Amazing that no-one (incl me) ever noticed this.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.78.2.1 src/bin/sh/var.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.