AriaGomes / Unraid-Cloudflared-Tunnel

Cloudflared tunnel simplified docker container
GNU General Public License v2.0
24 stars 4 forks source link

Cloudflare tunnel always has time zone TZ=America/Los_Angeles #14

Open yashasjindal opened 1 day ago

yashasjindal commented 1 day ago

Hi, I noticed while running unraid-cloudflare-tunnel, each time it takes time zone of los angeles, when I made my own variable to give TZ=America/Toronto, I saw -e TZ=America/Los_Angeles first, and then my custom -e TZ=America/Toronto after. Is the Los_angeles time zone hardcoded for a reason? Can it be made a changeable parameter in the unraid template?

Edit: I guess I am requesting for a way to bypass unraid system time setting and making the TZ customisable by the user in the template

AriaGomes commented 1 day ago

Hello, This should be possible to do I would need to look into it further. The alpine container that runs cloudflared uses UTC and the only timezone i could find in my testing was UTC. are you able to give an example of your Los Angeles time?

Also is there a good reason to be using a TZ that is different from your unraid system? just curious what you would need this for