Hi all,
I’ve got a strange problem with Time.now (and System.DateTime.Now, of
course) when the current culture is set to ‘ru-RU’, ‘pl-PL’ or some
other cultures:
V:\PROGS\Ruby\Migrate\ClearQuest>D:\Progs\Ruby\IronRuby-0.9.0\bin\ir.exe
IronRuby 0.9.0.0 on .NET 2.0.50727.3082
Copyright © Microsoft Corporation. All rights reserved.
include System::Globalization
=> Objectinclude System::Threading
=> ObjectThread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture(‘ru-
RU’)
=> ru-RUTime.now
=> mscorlib:0:inGetBytes': Value does not fall within the expected range. (Sys tem::Text::EncoderFallbackException) from mscorlib:0:in
GetBytes’
from :0
Can anybody help?
Thanks,
Maxim Maslov