[#82706] [Ruby trunk Bug#13851] getting "can't modify string; temporarily locked" on non-frozen instances — cardoso_tiago@...
Issue #13851 has been updated by chucke (Tiago Cardoso).
3 messages
2017/09/07
[#82853] [Ruby trunk Bug#13916] Race condition when sending a signal to a new fork — russell.davis@...
Issue #13916 has been reported by russelldavis (Russell Davis).
3 messages
2017/09/19
[#82892] [Ruby trunk Bug#13921] buffered read_nonblock doesn't work as expected using SSLSocket — cardoso_tiago@...
Issue #13921 has been updated by chucke (Tiago Cardoso).
3 messages
2017/09/20
[ruby-core:82607] [Ruby trunk Feature#13822] Time.dst_changes(t=Time.now.year)
From:
naruse@...
Date:
2017-09-01 03:55:12 UTC
List:
ruby-core #82607
Issue #13822 has been updated by naruse (Yui NARUSE). Usually Ruby itself doesn't have such information by itself. It just calls localtime(3). If you want to have information related timezone database, you should use tzinfo.gem. https://rubygems.org/gems/tzinfo ---------------------------------------- Feature #13822: Time.dst_changes(t=Time.now.year) https://bugs.ruby-lang.org/issues/13822#change-66430 * Author: opti (Andreas Opti) * Status: Feedback * Priority: Normal * Assignee: * Target version: ---------------------------------------- output [time1,time2] of daysaving-changes of given year I assume the result does not depend on timezone, only the output will be in default timezone. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>