diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index ead632a31..37e885c1c 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -115,6 +115,13 @@ config FEATURE_DATE_ISOFMT | |||
115 | Enable option (-I) to output an ISO-8601 compliant | 115 | Enable option (-I) to output an ISO-8601 compliant |
116 | date/time string. | 116 | date/time string. |
117 | 117 | ||
118 | config FEATURE_DATE_NANO | ||
119 | bool "Support %[num]N nanosecond format specifier" | ||
120 | default y | ||
121 | depends on DATE | ||
122 | help | ||
123 | Support %[num]N format specifier. Adds ~250 bytes of code. | ||
124 | |||
118 | config FEATURE_DATE_COMPAT | 125 | config FEATURE_DATE_COMPAT |
119 | bool "Support weird 'date MMDDhhmm[[YY]YY][.ss]' format" | 126 | bool "Support weird 'date MMDDhhmm[[YY]YY][.ss]' format" |
120 | default y | 127 | default y |