feat: add timezone env var and integrate into logs

This commit is contained in:
2024-12-01 05:33:51 -07:00
parent b577f2b370
commit e2972e5a8f
4 changed files with 42 additions and 4 deletions

View File

@@ -1,7 +1,14 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
DATE=$(date '+%m-%d-%Y %H:%M:%S')
# #
# @project thetvapp-docker
# @about download script for fetching m3u8 and xml
# @file /download.sh
# @repo https://github.com/Aetherinox/thetvapp-docker
# #
DATE=$(TZ=${TZ} date '+%m-%d-%Y %H:%M:%S')
# #
# Run Download