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>
This commit is contained in:
Axlefublr
2025-06-27 03:42:06 +08:00
committed by GitHub
parent d248451428
commit 4e5da8cd91

View File

@ -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):