davekaro (Dave Kroondyk)
- Login: davekaro
- Email: dave@vanillabean.dev
- Registered on: 03/07/2024
- Last sign in: 01/04/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/07/2024
-
01:56 AM Ruby Bug #20327 (Closed): Time.new behaves differently when passing a zone as timezone object
- Time.new with a timezone object for the zone argument produces incorrect utc_offset when passing seconds as a Rational.
``` ruby
require "tzinfo"
# This correctly outputs 0 as the utc_offset
puts Time.new(2024, 1, 1, 23, 59, 59.9...