Project

General

Profile

Activity

From 10/19/2013 to 10/25/2013

10/25/2013

09:54 PM Bug #8836: [BUG] Bus Error with bundler on large Gemfile when resolving dependencies
upd: After update system on 64 bit all work "3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64 x86... dammer (Damir Sharipov)
08:06 PM Bug #9051 (Assigned): open-uri meta_add_field method removed
Sounds reasonable.
How do you think, akr?
naruse (Yui NARUSE)
06:24 PM Bug #9053 (Third Party's Issue): SSL Issue with Ruby 2.0.0
=begin
Steps to reproduce:
ruby -rnet/http -e 'Net::HTTP.get(URI("https://stormforger.com"));'
results in:
...
tisba (Sebastian Cohnen)
12:33 PM Bug #7829: Rounding error in Ruby Time
david_macmahon (David MacMahon) wrote:
> The three main reasons for preferring the decimal approximation for Float ...
mpglover (Matt Glover)
09:09 AM Bug #8997 (Third Party's Issue): TestSignal#test_hup_me hangs up the test suite
Please contact us after you've investigated. Fedora Rawhide is not supported platform of us. kosaki (Motohiro KOSAKI)
03:23 AM Feature #9049: Shorthands (a:b, *) for inclusive indexing
On Oct 24, 2013, at 7:19 AM, matz (Yukihiro Matsumoto) wrote:

> * Should non number indexing be allowed? (e.g. n...
david_macmahon (David MacMahon)
03:23 AM Feature #9049: Shorthands (a:b, *) for inclusive indexing
>
> 4) It is more intuitive for new Ruby programmers who come from a
> Matlab/Octave/Python background. I'm not...
agarie (Carlos Agarie)
03:23 AM Feature #9049: Shorthands (a:b, *) for inclusive indexing
On Oct 23, 2013, at 10:36 PM, boris_stitnicky (Boris Stitnicky) wrote:

> @david_macmahon: I do not think that the...
david_macmahon (David MacMahon)
02:53 AM Feature #9049: Shorthands (a:b, *) for inclusive indexing
On Oct 24, 2013, at 1:24 AM, Eregon (Benoit Daloze) wrote:

> @david_macmahon What about (1..5).step(2).to_a ?

...
david_macmahon (David MacMahon)
02:53 AM Feature #9049: Shorthands (a:b, *) for inclusive indexing
On Oct 23, 2013, at 11:39 PM, Fuad Saud wrote:

> How is a:b better than a..b? two dots are straightforward, unamb...
david_macmahon (David MacMahon)
02:21 AM Feature #8956: Allow hash members delimited by \n inside of {}
bump? This looks helpful. timrosenblatt (Tim Rosenblatt)

10/24/2013

11:55 PM Feature #9049: Shorthands (a:b, *) for inclusive indexing
Yes. 1:2 is the same as 1..2; it's inclusive of the begin and end indices. It is not equivalent to 1...2.
I would ...
mohawkjohn (John Woods)
11:19 PM Feature #9049: Shorthands (a:b, *) for inclusive indexing
Could you be more specific?
* What is the value of 1:2?
* Is it equivalent to 1...2?
* Should non number i...
matz (Yukihiro Matsumoto)
05:24 PM Feature #9049: Shorthands (a:b, *) for inclusive indexing
I am not sure m[1:3,2:4] is really preferable to m[1..3,2..4] in Ruby.
The first one is certainly more Matlab, Octav...
Eregon (Benoit Daloze)
03:53 PM Feature #9049: Shorthands (a:b, *) for inclusive indexing
How is a:b better than a..b? two dots are straightforward, unambiguous, well known.

I don’t see a need for it. As...
fuadksd (Fuad Saud)
03:50 PM Feature #9049: Shorthands (a:b, *) for inclusive indexing
@boris_stitnicky I don't think it matters if it collides. It's simple to convert a key-value pair into a range in C c... mohawkjohn (John Woods)
03:23 PM Feature #9049: Shorthands (a:b, *) for inclusive indexing
On Oct 23, 2013, at 10:36 PM, boris_stitnicky (Boris Stitnicky) wrote:

> @david_macmahon: I do not think that the...
david_macmahon (David MacMahon)
02:36 PM Feature #9049: Shorthands (a:b, *) for inclusive indexing
@david_macmahon: I do not think that the wish to make a : b an alias of a .. b
can fit into the language anymore. "x...
Anonymous
02:29 PM Feature #9049: Shorthands (a:b, *) for inclusive indexing
I would like to see the hash colon syntax extended to numeric keys:
{ 1: 3, 2: 4 } would mean { 1 => 3, 2 => 4 }.
...
Anonymous
01:53 PM Feature #9049: Shorthands (a:b, *) for inclusive indexing
I like the compactness of the a:b notation. My preference would be for it to be a Range shorthand, but I think that ... david_macmahon (David MacMahon)
11:54 AM Feature #9049 (Open): Shorthands (a:b, *) for inclusive indexing
For NMatrix, we've implemented a range shorthand which relies on Hashes: `m[1=>3, 2=>4]`, for example, which returns ... mohawkjohn (John Woods)
10:59 PM Bug #9048: Remove legacy ±(binary) special cases.
r43413 is backported to ruby_2_0_0 branch at r43415. nagachika (Tomoyuki Chikanaga)
10:15 PM Bug #9048: Remove legacy ±(binary) special cases.
I think it's a bug and 1.9.3/2.0.0 have save problem. nagachika (Tomoyuki Chikanaga)
09:58 PM Bug #9048 (Closed): Remove legacy ±(binary) special cases.
This issue was solved with changeset r43413.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub...
marcandre (Marc-Andre Lafortune)
11:22 AM Bug #9048 (Assigned): Remove legacy ±(binary) special cases.
I agree.
Matz.
matz (Yukihiro Matsumoto)
12:30 AM Bug #9048 (Closed): Remove legacy ±(binary) special cases.
Is there any reason not to get rid of the following special cases?
'+(binary)'.to_sym # => :+ when expected :"...
marcandre (Marc-Andre Lafortune)
10:48 PM Bug #9038: instance_eval throws RuntimeError for bad syntax (regression from 2.0.0)
r43376 is backported to `ruby_2_0_0` branch at r43414. I modify test code not to use new assertion of `Test::Unit`. nagachika (Tomoyuki Chikanaga)
09:43 PM Bug #9051 (Closed): open-uri meta_add_field method removed
In the fix for bug #4964 the method Meta#meta_add_field(name, value) was removed and replaced with meta_add_field2(na... eweb (Eamonn Webster)
08:53 PM Bug #9050 (Closed): I may have encountered a bug in the Ruby interpreter or extension libraries.

I got this message from two different sorce code.(Case1, Case2)
and, I recieve wrong http response data.(Case3)
...
sekai (sekai kobayashi)
11:56 AM Feature #9047: Alternate hash key syntax for symbols
@matz Very well, and thank you for the consideration. I opened a new issue on that topic: #9049. mohawkjohn (John Woods)
11:21 AM Feature #9047: Alternate hash key syntax for symbols
@mohawkjohn let us separate the issue. There may be a chance to introduce num:num literals for your purpose (just ma... matz (Yukihiro Matsumoto)
02:03 AM Feature #9047: Alternate hash key syntax for symbols
I still think my original suggestion is more consistent and has fewer implications, but would like further input. jamonholmgren (Jamon Holmgren)
12:54 AM Feature #9047: Alternate hash key syntax for symbols
This may or may not be related, but we here at NMatrix (part of SciRuby) would love to be able to index ranges in NMa... mohawkjohn (John Woods)
12:40 AM Feature #9047: Alternate hash key syntax for symbols
yes, it makes sense to me to accept anything as a key. The only problem is that we can't use names in variables with ... rosenfeld (Rodrigo Rosenfeld Rosas)
12:37 AM Feature #9047: Alternate hash key syntax for symbols
I would be okay with your idea, Rodrigo, although it's less consistent (if you look at my first code block in the des... jamonholmgren (Jamon Holmgren)
12:29 AM Feature #9047: Alternate hash key syntax for symbols
I'd prefer to reserve this syntax as a short hash syntax for string keyed hashes:
~~~ruby
{
'string': 'v' # equ...
rosenfeld (Rodrigo Rosenfeld Rosas)
12:17 AM Feature #9047 (Closed): Alternate hash key syntax for symbols
=begin
In Ruby, if you can create a symbol with ((|:"symbolname"|)), it seems consistent to allow moving the colon...
jamonholmgren (Jamon Holmgren)
11:33 AM Feature #9045: URIに含まれるエンコードされたID/パスワードがデコードされない
>>sorah
> 他のメソッドもデコードしてくれる訳じゃないですしuser/passだけ特別扱いというのはどうも。
とは言え、サーバ側が良きにはからってくれるpath等と違ってuser/passwordは完全一致でないと許さ...
vmi (Motonori IWAMURO)
10:23 AM Bug #9040: Readline duplicate file descriptors but doesn't close them
2013/10/24 Eric Wong <[email protected]>:

> On a related note: should rb_fd_set/rb_fd_resize call rb_bug on...
akr (Akira Tanaka)
05:23 AM Bug #9040: Readline duplicate file descriptors but doesn't close them
"akr (Akira Tanaka)" <[email protected]> wrote:
> Issue #9040 has been updated by akr (Akira Tanaka).
>
> File rea...
normalperson (Eric Wong)
07:47 AM Bug #9035 (Closed): [proposal] new RUBY_GC_HEAP_GROWTH_MAX_OBJ tuning parameter
This issue was solved with changeset r43409.
Aman, thank you for reporting this issue.
Your contribution to Ruby is g...
tmm1 (Aman Karmani)
02:23 AM Feature #8992: Use String#freeze and compiler tricks to replace "str"f suffix
Tanaka Akira <[email protected]> wrote:
> 2013/10/8 headius (Charles Nutter) <[email protected]>:
> > Feature #8992...
normalperson (Eric Wong)
02:23 AM Feature #8998: string keys for hash literals should use fstrings
Eric Wong <[email protected]> wrote:
> So my proposed patch should be safe to apply, but it's only a partial
...
normalperson (Eric Wong)
01:34 AM Bug #9044 (Closed): Too many warnings with VC 2013
This issue was solved with changeset r43407.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
12:10 AM Feature #7292 (Closed): Enumerable#to_h
This issue was solved with changeset r43401.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub...
marcandre (Marc-Andre Lafortune)

10/23/2013

11:46 PM Bug #9044: Too many warnings with VC 2013
The revision 43398 has a bug.
!if $(RT_VER) >= 1200
should be
!if $(RT_VER) >= 120
And the above path has a b...
phasis68 (Heesob Park)
11:04 PM Bug #9044: Too many warnings with VC 2013
=begin
Does this suppress (({INFINITY})) warnings?
diff --git a/include/ruby/win32.h b/include/ruby/win32.h
index ...
nobu (Nobuyoshi Nakada)
10:52 PM Bug #9044 (Assigned): Too many warnings with VC 2013
"by design"!? nobu (Nobuyoshi Nakada)
10:51 PM Bug #9044 (Closed): Too many warnings with VC 2013
This issue was solved with changeset r43398.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
05:19 PM Bug #9044: Too many warnings with VC 2013
Here is a part of math.h
#ifndef _HUGE_ENUF
#define _HUGE_ENUF 1e+300 /* _HUGE_ENUF*_HUGE_ENUF must overflow */
...
phasis68 (Heesob Park)
05:02 PM Bug #9044: Too many warnings with VC 2013
Thank you.
I'm not sure how INFINITY is defined, any negative INFINITY constant is defined?
nobu (Nobuyoshi Nakada)
04:33 PM Bug #9044: Too many warnings with VC 2013
Yes, Visual C++ in Visual Studio 2013 have been added some C99 library support.
Refer to
http://msdn.microsoft.c...
phasis68 (Heesob Park)
03:39 PM Bug #9044: Too many warnings with VC 2013
Those mathematics functions and a constant have been added? nobu (Nobuyoshi Nakada)
02:57 PM Bug #9044 (Closed): Too many warnings with VC 2013
While building with Visual Studio Express 2013 on Windows 7, I can see many warnings like inconsistent dll linkage an... phasis68 (Heesob Park)
10:53 PM Feature #9045: URIに含まれるエンコードされたID/パスワードがデコードされない
At Wed, 23 Oct 2013 19:19:45 +0900,
sorah (Shota Fukumori) wrote:
> 他のメソッドもデコードしてくれる訳じゃないですしuser/passだけ特別扱いというのは...
fumiyas (Fumiyasu SATOH)
07:19 PM Feature #9045 (Assigned): URIに含まれるエンコードされたID/パスワードがデコードされない
他のメソッドもデコードしてくれる訳じゃないですしuser/passだけ特別扱いというのはどうも。
>> URI.parse('http://example.com/%2F').path
=> "/%2F"
sorah (Sorah Fukumori)
05:29 PM Feature #9045: URIに含まれるエンコードされたID/パスワードがデコードされない
追記。
#8979 のそもそもの原因はこれだと思うのですが、あっちは rubygems の方直してるんですね……。
(こちらもgemが通らなくて調べてたのですが)
利用側でデコードするのと、提供側でデコードするのと、どちらが適切...
vmi (Motonori IWAMURO)
03:37 PM Feature #9045 (Closed): URIに含まれるエンコードされたID/パスワードがデコードされない
URI(プロキシ設定も含む)にID/パスワードを含めるとき、IDやパスワードに「@」や「:」等がある場合はURIエンコードする必要がありますが、uriライブラリがこれをデコードしてくれません。
そのため、認証プロキシでIDに「@」が...
vmi (Motonori IWAMURO)
09:23 PM Feature #8992: Use String#freeze and compiler tricks to replace "str"f suffix
2013/10/8 headius (Charles Nutter) <[email protected]>:
> Feature #8992: Use String#freeze and compiler tricks t...
akr (Akira Tanaka)
08:52 PM Feature #8992: Use String#freeze and compiler tricks to replace "str"f suffix
I agree having optimized #freeze is better than #f. Eregon (Benoit Daloze)
05:13 AM Feature #8992: Use String#freeze and compiler tricks to replace "str"f suffix
> I'm starting to lean toward making #f be the only magic form, so nobody can complain that we're ... changing the se... Anonymous
06:17 PM Bug #9040: Readline duplicate file descriptors but doesn't close them
normalperson (Eric Wong) wrote:
>
> Btw, on a separate note, it would be a good idea to check the return
> val...
akr (Akira Tanaka)
01:29 AM Bug #9040: Readline duplicate file descriptors but doesn't close them
"akr (Akira Tanaka)" <[email protected]> wrote:
> Issue #9040 has been updated by akr (Akira Tanaka).
>
> File rea...
normalperson (Eric Wong)
05:11 PM Bug #9046: [PATCH] Inter-process locking for log rotation is required
The point "current implementation is wrong on multi-process environment" sounds reasonable and need to fix.
I comm...
naruse (Yui NARUSE)
03:44 PM Bug #9046 (Closed): [PATCH] Inter-process locking for log rotation is required
I sent a pull request on https://github.com/ruby/ruby/pull/428 . Please see details on it.
sonots (Naotoshi Seo)
12:05 PM Bug #9038: instance_eval throws RuntimeError for bad syntax (regression from 2.0.0)
Even though this issue is not reproducible with 2.0.0, the same flaw exists on `ruby_2_0_0`. I'll backport r43376 to ... nagachika (Tomoyuki Chikanaga)
05:09 AM Feature #9043: Add String#f method as shortcut for #freeze
I feel really negatively about optimizing only String#f and not String#freeze. You could make the argument that it's ... Anonymous
04:07 AM Feature #8556: MutexedDelegator as a trivial way to make an object thread-safe
ko1 (Koichi Sasada) wrote:
> (1) Try gem first
We could certainly put this into thread_safe gem, which is now a d...
headius (Charles Nutter)

10/22/2013

11:55 PM Feature #8556: MutexedDelegator as a trivial way to make an object thread-safe
Sorry for late.
----
Summary: I believe we need more experience before including this library as standard.
(...
ko1 (Koichi Sasada)
09:23 PM Feature #8556: MutexedDelegator as a trivial way to make an object thread-safe
Still waiting to read ko1's objection. I am prepared to commit a monitor-based delegator if we go forward. headius (Charles Nutter)
09:54 PM Misc #9006: build and host binary rubies
=begin
This is what I wanted to discuss, right now the whole process is controlled in rvm, so the builds are done an...
mpapis (Michal Papis)
03:20 PM Misc #9006: build and host binary rubies
Hi, Michal
I'm ok for your suggestion. but I have two questions.
1. How to upload/sync rvm package files?
2....
hsbt (Hiroshi SHIBATA)
09:20 PM Feature #8909: Expand "f" frozen suffix to literal arrays and hashes
FWIW, I added #9043 that proposes an #f method added to String that would be a shortcut for #freeze. That might make ... headius (Charles Nutter)
09:19 PM Feature #8992: Use String#freeze and compiler tricks to replace "str"f suffix
I have added #9042 and #9043 for removing the "f" suffix and adding the #f method, respectively.
I'm starting to l...
headius (Charles Nutter)
09:16 PM Feature #9043 (Assigned): Add String#f method as shortcut for #freeze
We have String#b to create a binary-encoded String, and we have the "f" suffix (going away, hopefully) and the "liter... headius (Charles Nutter)
09:14 PM Feature #9042 (Closed): Remove "f" suffix in favor of VM optimization of "literal".freeze
The "f" suffix has been added to Ruby trunk to allow creating pre-frozen literal strings. However, #8992 provides a w... headius (Charles Nutter)
07:47 PM Bug #9040: Readline duplicate file descriptors but doesn't close them
normalperson (Eric Wong) wrote:
>
> Does poll work reliably with tty FD on non-Linux systems?
>
> Perhaps b...
akr (Akira Tanaka)
06:59 AM Bug #9040: Readline duplicate file descriptors but doesn't close them
"akr (Akira Tanaka)" <[email protected]> wrote:
>
> Issue #9040 has been updated by akr (Akira Tanaka).
>
> Fil...
normalperson (Eric Wong)
06:05 PM Bug #9002: Use simpler example for File#expand_path
Thanks Benoit :) cha1tanya (Prathamesh Sonpatki)
04:59 PM Bug #9002 (Closed): Use simpler example for File#expand_path
This issue was solved with changeset r43386.
Prathamesh, thank you for reporting this issue.
Your contribution to Rub...
Eregon (Benoit Daloze)
04:42 PM Bug #9002: Use simpler example for File#expand_path
This is better.
There is a typo "exapnd_path" and I would avoid references to your specific machine and Rails but us...
Eregon (Benoit Daloze)
03:59 PM Bug #8006 (Closed): Dir.glob behaves differently on 1.9.3 and 2.0
This issue was solved with changeset r43385.
Thomas, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
12:39 PM Bug #9041: Please add alias "starts_with?" to class String
@naruse: Thanks for responding and explaining. Yet, 3rd person forms
#starts_with?, #ends_with?, #exists? etc. seem ...
Anonymous
03:45 AM Bug #9035: [proposal] new RUBY_GC_HEAP_GROWTH_MAX_OBJ tuning parameter
I would prefer (b) above. Exposing a bytesize based limit is just going to confuse users, who will expect the variabl... tmm1 (Aman Karmani)

10/21/2013

11:57 PM Bug #9038 (Closed): instance_eval throws RuntimeError for bad syntax (regression from 2.0.0)
This issue was solved with changeset r43376.
André, thank you for reporting this issue.
Your contribution to Ruby i...
nobu (Nobuyoshi Nakada)
03:22 PM Bug #9038 (Closed): instance_eval throws RuntimeError for bad syntax (regression from 2.0.0)
In Ruby 2.1.0dev (2013-10-20 trunk 43373), `instance_eval` throws a `RuntimeError` when it should throw a `SyntaxErro... indirect (André Arko)
11:51 PM Bug #9040: Readline duplicate file descriptors but doesn't close them
I think it's better to not trust the value of rl_instream and rl_outstream
because they can be modified by other lib...
akr (Akira Tanaka)
09:36 PM Bug #9040 (Closed): Readline duplicate file descriptors but doesn't close them
This depends on the max open files limit, happens quicker the lower the limit.
irb crashes just by holding down retu...
eweb (Eamonn Webster)
11:22 PM Bug #9041 (Rejected): Please add alias "starts_with?" to class String
shevegen (markus heiler) wrote:
> I forgot to add - I was told that the reason for this is that we should use the 2n...
naruse (Yui NARUSE)
11:17 PM Bug #9041: Please add alias "starts_with?" to class String
I forgot to add - I was told that the reason for this is that we should use the 2nd person, as in:
"Word, do you s...
shevegen (Robert A. Heiler)
11:15 PM Bug #9041 (Rejected): Please add alias "starts_with?" to class String
Hi.
We can do these:
FileUtils.touch 'test' # => ["test"]
File.exist? 'test' # => true
File.exists? 'test...
shevegen (Robert A. Heiler)
10:45 PM Bug #8886: TracePoint API inconsistence when raise used
So, any opinions on this @ko1?
I'm handling this edge case in byebug manually so it's not a big deal but it'd be n...
deivid (David Rodríguez)
04:09 PM Bug #9039 (Closed): [PATCH] socket: avoid unnecessary ppoll/select on Linux (part 3)
It is safe on Linux to attempt using a socket without waiting on it in
all cases. For some syscalls (e.g. accept/ac...
normalperson (Eric Wong)

10/20/2013

06:53 PM Feature #9023: Array#tail
List (and Array) is a snake : everything but head is tail :)


2013/10/18 Fuad Saud <[email protected]>

>...
funny_falcon (Yura Sokolov)
06:12 PM Bug #9011 (Closed): rb_fstring unsafe to use in general case
nobu (Nobuyoshi Nakada)
03:51 PM Feature #9037 (Closed): Memoization of "anonymous constants"
=begin
I was thinking about the frozen literal argument in https://bugs.ruby-lang.org/issues/8992. I believe that th...
sawa (Tsuyoshi Sawada)
03:41 PM Bug #9036 (Closed): [PATCH] io.c: make IO#reopen("pathname") atomic for non-stdio
This issue was solved with changeset r43373.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g...
nobu (Nobuyoshi Nakada)
01:29 PM Bug #9036: [PATCH] io.c: make IO#reopen("pathname") atomic for non-stdio
"normalperson (Eric Wong)" <[email protected]> wrote:
> Without this patch, I need to maintain separate code p...
normalperson (Eric Wong)
01:16 PM Bug #9036 (Closed): [PATCH] io.c: make IO#reopen("pathname") atomic for non-stdio
Since rb_sysopen releases the GVL, calling close(fptr->fd) would
leave a window where accessing the file from anothe...
normalperson (Eric Wong)
10:53 AM Bug #9008: TestProcess#test_clock_getres_constants and TestProcess#test_clock_gettime_constants fails on ARM
> I and John Stulz agreed we need Linux kernel

s/need Linux kernel/need to fix Linux kernel/, of course.
kosaki (Motohiro KOSAKI)
07:08 AM Bug #9008: TestProcess#test_clock_getres_constants and TestProcess#test_clock_gettime_constants fails on ARM
Thank you for sorting this out! vo.x (Vit Ondruch)

10/19/2013

10:00 PM Bug #9002: Use simpler example for File#expand_path
Updated based on suggestions of @zzak and @Eregon. Please take a look cha1tanya (Prathamesh Sonpatki)
08:49 PM Bug #9002: Use simpler example for File#expand_path
cha1tanya (Prathamesh Sonpatki) wrote:
> Can we give both examples? I think the original example is a bit hard to un...
Eregon (Benoit Daloze)
01:25 PM Feature #5630 (Rejected): Missing custom transfer modes in Net::FTP
I close this issue because there's no feedback for a long time. shugo (Shugo Maeda)
01:24 PM Feature #7145 (Rejected): Add string-based range support to IMAP library
I close this issue because there's no feedback for a long time. shugo (Shugo Maeda)
09:00 AM Bug #9008 (Rejected): TestProcess#test_clock_getres_constants and TestProcess#test_clock_gettime_constants fails on ARM
I and John Stulz agreed we need Linux kernel and now my patch is queued for linux 3.13.
It mean Linux 3.13 and later...
kosaki (Motohiro KOSAKI)
04:27 AM Bug #9032 (Third Party's Issue): Time.round reverts the DST status of the time
It's not Time class object, but ActiveSupport::TimeWithZone.
It seems handling local time and time zone separately, ...
nobu (Nobuyoshi Nakada)
 

Also available in: Atom