PDA

Bekijk de volledige versie : Adding other time zones



ropmip
17-05-2004, 15:27
There is no GMT -1 timezone on the router. If it is easy to implement i think it should be added to the firmware. I live in the Azores Islands and as the timezone is GMT-01:00, I canīt use the router as a NTP Server.

Oleg
17-05-2004, 16:16
There is no GMT -1 timezone on the router. If it is easy to implement i think it should be added to the firmware. I live in the Azores Islands and as the timezone is GMT-01:00, I canīt use the router as a NTP Server.
Did you know the abrevation for this zone? (e.g. for Moscow it's MSK-3MSD, yours is something like XXX+1XXD)

ropmip
17-05-2004, 19:47
I can't find any reference to that kind of timezone abreviation. Where can I find that code? I know I'ts UTC-1 or GMT-1, could it be somehing like GMT-1XXD or UTC-1XXD. Itīs Atlantic, Portugal, Azores Islands.

Oleg
17-05-2004, 21:39
found it - EUT1EUTDST


nvram set 9_x_TimeZone=EUT1EUTDST
nvram commit

should set the correct timezone.
you can try


echo EUT1EUTDST > /etc/TZ
date

to verify this before modifying nvram.

ropmip
17-05-2004, 22:22
It seems to work... Thanks for your help.