Change #263363
| Category | gcoreutils |
| Changed by | Paul Eggert <eggert@cs.ucla.edu> |
| Changed at | Fri 03 Apr 2026 03:54:35 |
| Repository | git://git.savannah.gnu.org/coreutils.git |
| Project | gcoreutils |
| Branch | master |
| Revision | b64f9bfe4fd4ce5d276626fd149af2a625b6d434 |
Comments
date: simplify -u by not calling putenv * src/date.c (TZSET): Remove; no longer needed. (main): Simplify -u’s implementation by passing "UTC0" to tzalloc, rather than by setting TZ in the environment and then calling getenv. The old way of doing things dates back to before we had tzalloc. * configure.ac (LOCALTIME_CACHE): Remove; no longer needed.
Changed files
- configure.ac
- src/date.c