[Bug 4976] Daylight saving time calculation fails when M-specifier is larger than number of weeks in the month

bugzilla at busybox.net bugzilla at busybox.net
Fri Mar 30 15:55:43 UTC 2012


https://bugs.busybox.net/show_bug.cgi?id=4976

--- Comment #2 from Bernhard Reutner-Fischer <aldot at uclibc.org> 2012-03-30 15:55:43 UTC ---
(In reply to comment #0)
> Today, 2012-03-25, uClibc did not switch to DST even though glibc-based systems
> using the same TZ string did.
> 
> root at busybox:~# TZ='EET-2EEST-3,M3.5.0/03:00:00,M10.5.0/04:00:00' date
> Sun Mar 25 10:15:39 EET 2012
> 
> root at debian:~# TZ='EET-2EEST-3,M3.5.0/03:00:00,M10.5.0/04:00:00' date
> Sun Mar 25 11:20:01 EEST 2012

This was fixed in 0.9.33:

$ TZ='EET-2EEST-3,M3.5.0/03:00:00,M10.5.0/04:00:00' ./busybox \
-d '2012-03-25 12:00' +%Z
EEST

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list