date: maybe_set_utc only once
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 5 Oct 2017 10:53:25 +0000 (12:53 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 5 Oct 2017 10:53:25 +0000 (12:53 +0200)
commit6e2beb7dfee1a4542eca1a6e8c0f33486d9d5fb9
tree81e0c5baf5cf87aeb7635f55ec4bdbabe28b2aca
parentb5d9ba8fe64a0aacf99fd1eec10375a98104a5ea
date: maybe_set_utc only once

It's not clear at all why we do it twice. git archaeology did not help.

function                                             old     new   delta
date_main                                            836     839      +3
maybe_set_utc                                         16       -     -16

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/date.c