Czyli według ustawień domyślnych powinno pokazywać prawidłowy czas na routerze?
U mnie nie pokazywało -- zobacz sobie post 38 wyżej, ten z logami z routera i porównaj zalogowany czas na routerze z czasem postu -- różnią się 2h, czyli na routerze jest ustawiony czas bez uwzglednienia przesunięcia geograficznego i czasu słonecznego -- po 1h na każde z tych dwóch.
To jest mój obecny config:
config system
...
# option timezone 'M3.5.0,M10.5.0/3'
option timezone 'CET-1CEST,M3.5.0/2,M10.5.0/3'
option zonename 'Europe/Warsaw'
...
To co zostało wykomentowane, to było po wgraniu obrazu na router. Te dwie ostatnie linijki wziąłem z configu gargulca.
Rozszyfrowanie tych linijek z timezone można znaleźć tutaj: http://www.di-mgt.com.au/wclock/tz.html -- przykład:
[Europe/Paris]
TZ=CET-1CEST,M3.5.0/2,M10.5.0/3
CET = designation for standard time when daylight saving is not in force
-1 = offset in hours = negative so 1 hour east of Greenwich meridian
CEST = designation when daylight saving is in force ("Central European Summer Time")
, = no offset number between code and comma, so default to one hour ahead for daylight saving
M3.5.0 = when daylight saving starts = the last Sunday in March (the "5th" week means the last in the month)
/2, = the local time when the switch occurs = 2 a.m. in this case
M10.5.0 = when daylight saving ends = the last Sunday in October.
/3, = the local time when the switch occurs = 3 a.m. in this case
Także domyślnie czas jest ustawiony nie na polski i temu zwróciłem na to uwagę., chyba, że tak ma być w istocie, to nie było tematu.