Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Hamburg.rb meeting...

0 views
Skip to first unread message

Stephan Kämper

unread,
Apr 3, 2005, 8:00:31 AM4/3/05
to
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

Erik Veenstra

unread,
Apr 3, 2005, 9:15:00 AM4/3/05
to
> Wednesday, April 4th 2005

Strange combination...

gegroet,
Erik V.

Stephan Kämper

unread,
Apr 3, 2005, 11:30:30 AM4/3/05
to
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

unread,
Apr 3, 2005, 12:17:37 PM4/3/05
to
Stephan Kämper <Stephan...@Schleswig-Holstein.de> writes:

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

> Happy rubying
>
> Stephan
>

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

Stephan Kämper

unread,
Apr 3, 2005, 2:36:51 PM4/3/05
to
Christian Neukirchen wrote:

> Stephan Kämper <Stephan...@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

unread,
Apr 4, 2005, 9:37:31 AM4/4/05
to
Stephan Kämper <Stephan...@Schleswig-Holstein.de> writes:

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

0 new messages