Re: [Boston.pm] rakudo.org

2004-07-28 Thread William D Ricker
Okay, wait a damn second. Who was the wiseguy who registered www.rakudo.org? According to WHOIS, Name:Andy Lester Organization:Petdance Industries Street1:PO Box 606 City:McHenry State/Province:IL http://reports.internic.net/cgi/whois

Re: [Boston.pm] rakudo.org

2004-07-28 Thread Jon Orwant
On Jul 27, 2004, at 8:48 PM, Dev Purkayastha wrote: Okay, wait a damn second. Who was the wiseguy who registered www.rakudo.org? g Andy Lester. -Jon ___ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

[Boston.pm] Need time since 1900-01-01 00:00:00

2004-07-28 Thread Ranga Nathan
Is there a quick way to convert a time stamp (date time) as seconds since 1900-01-01 00:00:00? time() uses 1970 as base (epoch). But the system I am dealing with on mainframe uses 1900 as base. Looked at Date::Calc and Date::Manip but they dont seem to handle this. Rather than hand-roll some

Re: [Boston.pm] Need time since 1900-01-01 00:00:00

2004-07-28 Thread John Abreau
On Wed, 2004-07-28 at 20:58, Ranga Nathan wrote: Is there a quick way to convert a time stamp (date time) as seconds since 1900-01-01 00:00:00? time() uses 1970 as base (epoch). But the system I am dealing with on mainframe uses 1900 as base. Looked at Date::Calc and Date::Manip but

Re: [Boston.pm] Need time since 1900-01-01 00:00:00

2004-07-28 Thread Ron Newman
On Jul 28, 2004, at 8:58 PM, Ranga Nathan wrote: Is there a quick way to convert a time stamp (date time) as seconds since 1900-01-01 00:00:00? time() uses 1970 as base (epoch). time() + (24*60*60)*((365*70)+int(70/4)) 24*60*60 is the number of seconds in a day 365*70 is the number of days in 70

Re: [Boston.pm] Need time since 1900-01-01 00:00:00

2004-07-28 Thread Bob Rogers
From: John Abreau [EMAIL PROTECTED] Date: 28 Jul 2004 21:21:03 -0400 On Wed, 2004-07-28 at 20:58, Ranga Nathan wrote: Is there a quick way to convert a time stamp (date time) as seconds since 1900-01-01 00:00:00? time() uses 1970 as base (epoch). But the system I am

Re: [Boston.pm] Need time since 1900-01-01 00:00:00

2004-07-28 Thread Ranga Nathan
Thanks all for the research :-) __ Ranga Nathan / CSG Systems Programmer - Specialist; Technical Services; BAX Global Inc. Irvine-California Tel: 714-442-7591 Fax: 714-442-2840 Bob Rogers [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 07/28/2004 07:17