catlee (Chris AtLee)
- Login: catlee
- Registered on: 08/23/2025
- Last sign in: 08/23/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
08/23/2025
-
03:25 PM Ruby Bug #19461: Time.local performance tanks in forked process (on macOS only?)
- I ran into this myself, and implemented a workaround here:
https://github.com/ruby/ruby/pull/13968
The idea is to cache our offset from GMT, and then use that in subsequent localtime calculations.
The cache is valid for every second...