diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/date.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/date.c b/coreutils/date.c index 4bd308b..a9188a1 100644 --- a/coreutils/date.c +++ b/coreutils/date.c @@ -3,6 +3,8 @@ * Mini date implementation for busybox * * by Matthew Grant <grantma@anathoth.gen.nz> + * + * iso-format handling added by Robert Griebl <griebl@gmx.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |