Paulo Tomé
Paulo Tomé
I was considering creating a PR for this, but EEP-34 mentions that the author implemented it. Is there an existing PR for this feature? I like the use of negative...
> This is something that should be discussed by OTP - technical board. I will put it on the schedule but as it is vacation period I think we will...
Note: the failed checks are due to the missing preloaded bootstrap, as per project rules. I think taking a fun as parameter is very interesting, but I'm not sure how...
@lthor I'm not sure if I should base my branch on master, I can rebase if needed. I considered it a bug fix, hence the maint branch.
@jhogberg Thank you for reviewing. I addressed the changes in a new commit, but I can force push in the future, if you prefer. I will squash in the end...
@jhogberg Added new commit. I'm available for further changes, thank you.
> > @jhogberg Added new commit. I'm available for further changes, thank you. > > I think that covers it, I'll add it to our nightly builds as soon as...
I found the reason for this behavior by debugging into `glibc`. In upstream `glibc` I didn't find differences between `2.35` and `2.36` in `mktime` nor timezone data. However, the Debian...
This change has made it upstream to `glibc`. I see it in the `2.38` version, for example. I will report this upstream to Debian, since it could be a bug.
The Debian maintainer is also not sure if this is a bug, and will report upstream to the glibc bugzilla. The behavior was introduced in `2.37` and backported to Debian...