How to tell if a timezone observes daylight saving at any time of the year?
问题 In PHP, you can tell if a given date is during the Daylight Savings Time period by using something like this: $isDST = date("I", $myDate); // 1 or 0 The problem is that this only tells you whether that one point in time is in DST. Is there a reliable way to check whether DST is in effect at any time in that timezone? Edit to clarify: Brisbane, Australia does not observe daylight savings at any time of the year. All year around, it is GMT+10. Sydney, Australia does, from October to March when