[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Hamburg.rb meeting...

Stephan Kämper

4/3/2005 12:01:00 PM

Hi all,

there's now a Ruby group located in Hamburg, Germany.

DateTime and location of the next (and first as far as is understand)
meeting:

When:
Wednesday, April 4th 2005, 18:00 CEST (Central European Summer Time)

Where:
Stresemannstrasse 144, Hamburg, Germany

How to get there: Take the S-Bahn to "Holstenstrasse" (near to the
Theatre/Musical Hall "Neue Flora) and you're nearly there.

Happy rubying

Stephan
5 Answers

Erik Veenstra

4/3/2005 1:15:00 PM

0

> Wednesday, April 4th 2005

Strange combination...

gegroet,
Erik V.

Stephan Kämper

4/3/2005 3:31:00 PM

0

Erik Veenstra wrote:
>>Wednesday, April 4th 2005
>
> Strange combination...

Yes indeed. You're right, I'm wrong.

Of course it's on the sixth of April.

Just to be sure, some lines from irb:

irb
irb(main):001:0> require 'time'
=> true
irb(main):002:0> Time.parse( "2005/04/06 18:00" )
=> Wed Apr 06 18:00:00 Westeuropäische Sommerzeit 2005
irb(main):003:0>


Happy rubying

Stephan

Christian Neukirchen

4/3/2005 4:18:00 PM

0

Stephan Kämper <Stephan.Kaemper@Schleswig-Holstein.de> writes:

> Erik Veenstra wrote:
>>>Wednesday, April 4th 2005
>> Strange combination...
>
> Yes indeed. You're right, I'm wrong.
>
> Of course it's on the sixth of April.
>
> Just to be sure, some lines from irb:
>
> irb
> irb(main):001:0> require 'time'
> => true
> irb(main):002:0> Time.parse( "2005/04/06 18:00" )
> => Wed Apr 06 18:00:00 Westeuropäische Sommerzeit 2005
> irb(main):003:0>

BTW, is there a way to make it display CEST on win32 too?

> Happy rubying
>
> Stephan
>

--
Christian Neukirchen <chneukirchen@gmail.com> http://chneuk...



Stephan Kämper

4/3/2005 6:37:00 PM

0

Christian Neukirchen wrote:
> Stephan Kämper <Stephan.Kaemper@Schleswig-Holstein.de> writes:
>
>>irb
>>irb(main):001:0> require 'time'
>>=> true
>>irb(main):002:0> Time.parse( "2005/04/06 18:00" )
>>=> Wed Apr 06 18:00:00 Westeuropäische Sommerzeit 2005
>>irb(main):003:0>
>
>
> BTW, is there a way to make it display CEST on win32 too?


I'd be interested in an answer to this question, too.
A positive one, to be precise. :-)

Anyway, it's not trivial I'd guess, since the abbreviations aren't
unique, although CEST is (at least as far as I know).
So even if you could make your Win32 system return "CEST" (or "MESZ" as
it's abbreviated in Germany) you'd probably be out of luck if you take
your note book with you to another place...


Happy rubying

Stephan

Christian Neukirchen

4/4/2005 1:38:00 PM

0

Stephan Kämper <Stephan.Kaemper@Schleswig-Holstein.de> writes:

> Christian Neukirchen wrote:
>> Stephan Kämper <Stephan.Kaemper@Schleswig-Holstein.de> writes:
>>
>>>irb
>>>irb(main):001:0> require 'time'
>>>=> true
>>>irb(main):002:0> Time.parse( "2005/04/06 18:00" )
>>>=> Wed Apr 06 18:00:00 Westeuropäische Sommerzeit 2005
>>>irb(main):003:0>
>> BTW, is there a way to make it display CEST on win32 too?
>
>
> I'd be interested in an answer to this question, too.
> A positive one, to be precise. :-)
>
> Anyway, it's not trivial I'd guess, since the abbreviations aren't
> unique, although CEST is (at least as far as I know).
> So even if you could make your Win32 system return "CEST" (or "MESZ"
> as it's abbreviated in Germany) you'd probably be out of luck if you
> take your note book with you to another place...

But it should be possible to get the offset and map that onto a
timezone table...

> Happy rubying
>
> Stephan
>

--
Christian Neukirchen <chneukirchen@gmail.com> http://chneuk...