placed the -u at the wrong place LMAO

or as we Germans would say: "Einmal mit Profis arbeiten..."
merge-requests/6/head
4 raccoons in a trenchcoat. / luna vivian 2023-04-21 12:58:14 +02:00
parent 9b58b391c6
commit 0590bc8a26
1 changed files with 1 additions and 1 deletions

View File

@ -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]}"