[formatter] implement 'L' conversion

This commit is contained in:
Mike Fährmann
2024-09-19 13:50:52 +02:00
parent b44f0cdab0
commit 68bff76d90
3 changed files with 12 additions and 2 deletions

View File

@@ -485,6 +485,7 @@ _CONVERSIONS = {
"C": string.capwords,
"j": util.json_dumps,
"t": str.strip,
"L": len,
"T": util.datetime_to_timestamp_string,
"d": text.parse_timestamp,
"U": text.unescape,