From 693eaf6c22a8a64645af6732731d6ef2a0432838 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 11 Nov 2020 10:07:01 -0800 Subject: date: add --utc (synonymous with -u) --- toys/posix/date.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix') diff --git a/toys/posix/date.c b/toys/posix/date.c index f34c347f..5cf8591a 100644 --- a/toys/posix/date.c +++ b/toys/posix/date.c @@ -7,7 +7,7 @@ * Note: setting a 2 year date is 50 years back/forward from today, * not posix's hardwired magic dates. -USE_DATE(NEWTOY(date, "d:D:r:u[!dr]", TOYFLAG_BIN)) +USE_DATE(NEWTOY(date, "d:D:r:u(utc)[!dr]", TOYFLAG_BIN)) config DATE bool "date" -- cgit v1.2.3