comment out the two datetime_format config points

as we do not have a *human* format code for datetimes, we cannot
have the same as the default in the default config.

i think the safest is to comment them both and let the user change
these later.
This commit is contained in:
amtoine 2023-07-14 10:24:02 +02:00
parent 715a697972
commit 0ced6b8ec4
No known key found for this signature in database
GPG Key ID: 37AAE9B486CFF1AB

View File

@ -216,8 +216,8 @@ $env.config = {
# Behavior without this configuration point will be to "humanize" the datetime display,
# showing something like "a day ago."
datetime_format: {
normal: '%a, %d %b %Y %H:%M:%S %z' # shows up in displays of variables or other datetime's outside of tables
table: '%m/%d/%y %I:%M:%S%p' # generally shows up in tabular outputs such as ls. commenting this out will change it to the default human readable datetime format
# normal: '%a, %d %b %Y %H:%M:%S %z' # shows up in displays of variables or other datetime's outside of tables
# table: '%m/%d/%y %I:%M:%S%p' # generally shows up in tabular outputs such as ls. commenting this out will change it to the default human readable datetime format
}
explore: {