XIII
Very Senior Member
Today I discovered that the shell is reporting UTC time instead of my local timezone (CEST):
I tried to fix that by setting the TZ variable:
So while the text changes from "TZ" to "Europe" the hours remain the same (13) instead of the +2 for CEST (15).
Then I noticed that /etc/localtime is a link to a file in /jffs/zoneinfo, but the entire "zoneinfo" folder does not exist in JFFS on my GT-AX6000 (running ASUSWRT-Merlin 3006.102.4_0).
Code:
date
Wed Jun 18 13:09:40 UTC 2025
I tried to fix that by setting the TZ variable:
Code:
export TZ=Europe/Berlin
date
Wed Jun 18 13:09:40 Europe 2025
So while the text changes from "TZ" to "Europe" the hours remain the same (13) instead of the +2 for CEST (15).
Then I noticed that /etc/localtime is a link to a file in /jffs/zoneinfo, but the entire "zoneinfo" folder does not exist in JFFS on my GT-AX6000 (running ASUSWRT-Merlin 3006.102.4_0).
- How can I fix this?
- Can I use "CEST" instead of "Europe/Berlin"? (which I used as an example)