mirror of
https://github.com/HowardHinnant/date.git
synced 2024-12-27 00:14:07 +08:00
ae017078c9
* The get_info functions were not prepared for the case where the start and end times of a rule are chronologically reversed for a year. I.e. the daylight saving start comes later in the year than the daylight saving end. When save is positive, this happens in the southern hemisphere (e.g. "Australia/Sydney" -> "AEST-10AEDT,M10.1.0,M4.1.0/3"). It also happens in the nothern hemisphere when the save is negative (e.g. "Europe/Dublin" -> "IST-1GMT0,M10.5.0,M3.5.0/1"). * Added tests for Posix::time_zone.