Closed bryanlep closed 3 years ago
@bryanlep, sorry for the inconvenience. Thats a very unpleasant regression. Will work on it and have a fix in the next 12 hours.
As of commit 1fee73 I believe the regression is fixed. I have published ex_cldr_dates_times version 2.7.2 with the changelog entry:
:b
(previously assumed :a
). Thanks to @bryanlep for the report. Closes #22.Apologies again for the regression, thats for the report and collaboration.
No worries, thanks for the quick fix!
Hello, I want to start by saying thanks for this awesome library!
I've encountered an issue after updating to version
2.7.1
. UsingCldr.Time.Interval.to_string/4
where the start time is before noon and the end time is after produces an error when it didn't before, when usingDateTime
structs. Here's a simple example:produces:
I have verified that version
2.7.0
does not emit this error and formats the string correctly.