Hi, > I've found a recent similar post, therefore I use the same subject. > As Lupe Christoph pointed out, interpretation of the timezone fails - > I've observed it on OpenWrt Backfire 10.03.1.
> # cat /etc/TZ > CET-1CEST,M3.5.0,M10.5.0/3 > # export TZ=CET-1CEST,M3.5.0,M10.5.0/3 > # date > Tue Mar 27 20:39:01 CET 2012 > # export TZ=CET-1CEST,M3.4.0,M10.4.0/3 > # date > Tue Mar 27 21:39:25 CEST 2012 > Seem to be a problem with the fifth week - it should be interpreted as > the last weekday in month, either fourth or fifth but in this case it > seems to be taken literally. This is caused by a bug in uClibc, which has been corrected a few months ago: http://thread.gmane.org/gmane.comp.lib.uclibc.general/21356 The fix is only present in releases 0.9.32.1 and 0.9.33. So most builds of OpenWRT (except very recent ones using 0.9.33) are affected. After 1 week, the bug disappears (ie time is interpreted correctly). In France, some light has been shed on this topic (on geek-oriented websites) because so-called "Internet Boxes" from some major ISPs (not based on OpenWRT but on uClibc) exhibit the bug, and display the wrong time on their front panel. Best, -- Damien _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
