Originally posted by: CRM
I would suggest this is correct the way I read the manual:
In more detail, the format is TZ = local_timezone,date/time,date/time. Here date is in the form of Mm.n.d, day d(0-6) of week n (1-5, where week 5 means "the last d day in month m" and which may occur in either the fourth or the fifth week) of month m of the year. Week 1 is the first week in which the day d occurs. Day zero is Sunday. This format is compliant with POSIX 1003.1 standards for Extensions to Time Functions.
So 5 means the last Sunday of the month and will be interpreted as either a 4 or a 5 depending on the lie of the month.
I would suggest that it is therefore correct.
regards
Chris