From 0590bc8a2628ca19137ce0cdea83e285e3f68540 Mon Sep 17 00:00:00 2001 From: "4 raccoons in a trenchcoat. / luna vivian" Date: Fri, 21 Apr 2023 12:58:14 +0200 Subject: [PATCH] placed the -u at the wrong place LMAO or as we Germans would say: "Einmal mit Profis arbeiten..." --- webroot/search.shs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/search.shs b/webroot/search.shs index 1478821..d7f6807 100755 --- a/webroot/search.shs +++ b/webroot/search.shs @@ -36,7 +36,7 @@ if [[ "${get_data[search_query]}" ]]; then for (( i=0; i<${#id[@]}; i++ )); do strings[id]="${id[$i]}" strings[title]="${title[$i]}" - strings[runtime]="$(date -d "@${runtime[$i]}" "+%H:%M:%S -u")" + strings[runtime]="$(date -d "@${runtime[$i]}" "+%H:%M:%S" -u)" strings[views]="${views[$i]}" strings[channel_id]="${channel_id[$i]}" strings[channel]="${channel[$i]}"