Re: [Toybox] [PATCH] date: add --utc (synonymous with -u)

2020-11-11 Thread enh via Toybox
this one came up for me this week, but note that the existing pull request https://github.com/landley/toybox/pull/249/commits/4f8a13cdf266702dc9e3281621a9b33793fa65bc covers this and more. obviously as "captain longopts" i'd support merging that pull request instead of this patch :-) (i

[Toybox] [PATCH] date: add --utc (synonymous with -u)

2020-11-11 Thread enh via Toybox
--- toys/posix/date.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) From 608089dae59b1587f3f6cdcf280cf157df77e3de Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 11 Nov 2020 10:07:01 -0800 Subject: [PATCH] date: add --utc (synonymous with -u) --- toys/posix/date.c | 2 +- 1