Belated bug fix in DateTime::Calendar::Julian
[email protected] ("Thomas (HFM) Wyant") Tue, 12 Nov 2019 10:47:26 -0500 (EST)
| Newsgroups | perl.datetime |
|---|---|
| Message-ID | <[email protected]> |
------=_Part_300726_489818054.1573573646973 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit DateTime::Calendar::Julian version 0.102 was released November 9 2019. This release fixes a bug that was exposed two and a half years ago when DateTime 1.43 made an API change which DateTime::Calendar::Julian failed to track. The result of this was a change in the serialization of the object, from "date T time" to "date J time". Because DateTime documents serialization as returning an ISO-8601 string, I decided to restore the pre-DateTime-1.43 behavior. Thanks to Jean Forget for finding and isolating this problem. Tom Wyant ------=_Part_300726_489818054.1573573646973 MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit <!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div style="font-size: 12pt; font-family: helvetica, arial, sans-serif; color: #333333;"> DateTime::Calendar::Julian version 0.102 was released November 9 2019. <br> </div> <div style="font-size: 12pt; font-family: helvetica, arial, sans-serif; color: #333333;"> <br> </div> <div style="font-size: 12pt; font-family: helvetica, arial, sans-serif; color: #333333;"> This release fixes a bug that was exposed two and a half years ago when DateTime 1.43 made an API change which DateTime::Calendar::Julian failed to track. The result of this was a change in the serialization of the object, from "date T time" to "date J time". </div> <div style="font-size: 12pt; font-family: helvetica, arial, sans-serif; color: #333333;"> <br> </div> <div style="font-size: 12pt; font-family: helvetica, arial, sans-serif; color: #333333;"> Because DateTime documents serialization as returning an ISO-8601 string, I decided to restore the pre-DateTime-1.43 behavior. </div> <div style="font-size: 12pt; font-family: helvetica, arial, sans-serif; color: #333333;"> <br> </div> <div style="font-size: 12pt; font-family: helvetica, arial, sans-serif; color: #333333;"> Thanks to Jean Forget for finding and isolating this problem. <br> </div> <div style="font-size: 12pt; font-family: helvetica, arial, sans-serif; color: #333333;"> <br> </div> <div style="font-size: 12pt; font-family: helvetica, arial, sans-serif; color: #333333;"> Tom Wyant <br> </div> </body> </html> ------=_Part_300726_489818054.1573573646973--