feat(command): port date from just-bash
Render the current time (or a date supplied via -d) using strftime-
style format strings. Mirrors the just-bash semantics, including its
deliberate sandbox quirk of always rendering in UTC regardless of -u
so neither %Z nor %z can leak the host timezone, and the parseDate
keyword set ("now", "today", "yesterday", "tomorrow") plus the
unix-seconds-as-digits-only-string fallback.
Signed-off-by: Xe Iaso <me@xeiaso.net>
Assisted-by: Claude Opus 4.7 via Claude Code