time zone problems

2009-03-29 Thread Erez D
hi e...@new53:~$ date Sun Mar 29 11:14:50 IDT 2009 e...@new53:~$ date -d GMT Sun Mar 29 03:00:00 IDT 2009 e...@new53:~$ date -d IDT Sun Mar 29 00:00:00 IDT 2009 so i am 3 hours from GMT (as expected for israel daylight saving) however: struct tm time_str; ... int

Re: European VPS hosting

2009-03-29 Thread Geoff Shang
Hi, Hope this quoting is clear, I'm not using my regular Email client. Hetz Ben Hamo het...@gmail.com wrote: Hi Geoff, You forgot to mention few things: 1. What is the MAX price that you're willing to pay? hmmm. Wel not a fortune. I think we can probably get what we want for no more than

Re: European VPS hosting

2009-03-29 Thread geoffrey mendelson
On Mar 29, 2009, at 2:00 PM, Geoff Shang wrote: 3. Have you considered Amazon EC2? I hadn't, but I have now and dismissed it. We are starting an Internet radio station, and the 24/7 uptime for the cheapest EC2 instance hosted in Europe would be over $80/month. Add to that that it

Re: time zone problems

2009-03-29 Thread e2xbegqsdyt21hfc
--- On Sun, 3/29/09, Erez D erez0...@gmail.com wrote: i am 3 hours from GMT (as expected for israel daylight saving) however: struct tm time_str; ... int d=timegm(time_str)-timelocal(time_str); printf(%d\n,d); prints 7200 (which is 2*3600 - two hours). any idea ? or in

Re: time zone problems

2009-03-29 Thread geoffrey mendelson
On Mar 29, 2009, at 3:24 PM, e2xbegqsdyt21hfc wrote: oesn't stdc dated before DT was invented? I can only suggest gnu/doc or googe for extensions or other libs. I knew that C was a relatively old language, but I did not know it predated Benjamin Franklin. All those years I was programming

asterisk person

2009-03-29 Thread nir grinberg
Hi, If somebody is interested, we have few positions openings: 1. Support/development. - Work is done from home (required self-discipline) - background and understanding of Linux OS, PHP/MySQL. - preferably understanding of Asterisk and its functionality. - suitable for students as well. -

Re: European VPS hosting

2009-03-29 Thread Danny Lieberman
Geoff We use slicehost.com for a project in Germany and a bunch of other European countries.. The response time is great. If you can make do with php/mysql+SSH shell then dreamhost.com is the cheapest and fastest by far also for Eu projects. -- Danny Lieberman

Re: time zone problems

2009-03-29 Thread Oron Peled
(oops, the mailing list wasn't addressed in previous copy). Erez: struct tm time_str; ... int d=timegm(time_str)-timelocal(time_str); printf(%d\n,d); prints 7200 (which is 2*3600 - two hours). any idea ? or in in other words, how the f...@#k i get the offset from GMT c-code ?

Re: European VPS hosting

2009-03-29 Thread Hetz Ben Hamo
Actually I tried dreamhost few months ago for a streaming tests. Long story short: it might work for some mp3 streaming, but if you'll have many people stream from Israel, you might have issues with it. On 3/29/09, Danny Lieberman dan...@software.co.il wrote: Geoff We use slicehost.com for a