From 4e5da8cd91f1404f277f95f856b2a14dc9b995d0 Mon Sep 17 00:00:00 2001 From: Axlefublr <101342105+Axlefublr@users.noreply.github.com> Date: Fri, 27 Jun 2025 03:42:06 +0800 Subject: [PATCH] default config: add note for figuring out datetime escape sequences (#16051) # Description There was no hint as to what datetime escape sequences are supported, previously. Looked into the source code to figure this out, which is not great ux hehehe # User-Facing Changes # Tests + Formatting # After Submitting --------- Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com> --- crates/nu-utils/src/default_files/doc_config.nu | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/nu-utils/src/default_files/doc_config.nu b/crates/nu-utils/src/default_files/doc_config.nu index f2ed2d6dbb..12c18128af 100644 --- a/crates/nu-utils/src/default_files/doc_config.nu +++ b/crates/nu-utils/src/default_files/doc_config.nu @@ -371,6 +371,7 @@ $env.config.table.missing_value_symbol = "❎" # datetime_format.table (string or nothing): # The format string (or `null`) that will be used to display a datetime value when it appears in a # structured value such as a table, list, or record. +# Execute `into datetime --list` to get a list of supported datetime specifiers. $env.config.datetime_format.table = null # datetime_format.normal (string or nothing):