[#69616] [Ruby trunk - Feature #11258] add 'x' mode character for O_EXCL — cremno@...
Issue #11258 has been updated by cremno phobia.
3 messages
2015/06/16
[#69643] [Ruby trunk - Misc #11276] [RFC] compile.c: convert to use ccan/list — normalperson@...
Issue #11276 has been updated by Eric Wong.
3 messages
2015/06/17
[#69751] [Ruby trunk - Bug #11001] 2.2.1 Segmentation fault in reserve_stack() function. — kubo@...
Issue #11001 has been updated by Takehiro Kubo.
3 messages
2015/06/27
[ruby-core:69583] [Ruby trunk - Bug #11261] [Open] Time.parse of javascript formatted timestamp: wrong results in certain timezones
From:
envek@...
Date:
2015-06-14 13:37:24 UTC
List:
ruby-core #69583
Issue #11261 has been reported by Andrey Novikov.
----------------------------------------
Bug #11261: Time.parse of javascript formatted timestamp: wrong results in certain timezones
https://bugs.ruby-lang.org/issues/11261
* Author: Andrey Novikov
* Status: Open
* Priority: Low
* Assignee:
* ruby -v: ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-darwin14]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
If I try to parse a string generated by javascript's `new Date()` (seems like RFC 2822 with timezone name specified) in a browser located in `Asia/Novosibirsk` timezone I will get 1st of November quite frequently.
require 'time'
Time.parse('Mon May 18 2015 22:16:38 GMT+0600 (NOVT)')
# => 2015-11-01 22:16:38 +0600
--
https://bugs.ruby-lang.org/