function todayInTz todayInTz(tz: string): string Get today's date as YYYY-MM-DD in the given timezone. Reads the clock via Date.now() rather than Temporal.Now so the helper stays controllable under @std/testing/time's FakeTime, which patches Date/timers but not Temporal.Now. Parameters tz: string Return Type string