Re: [PHP] Re: Unix date (even more bazaar)

2007-12-29 Thread Børge Holen
On Saturday 29 December 2007 17:59:01 Daniel Brown wrote: > On Dec 29, 2007 11:43 AM, Robert Cummings <[EMAIL PROTECTED]> wrote: > > On Sat, 2007-12-29 at 11:37 -0500, tedd wrote: > > > At 4:58 PM +0100 12/29/07, Zoltán Németh wrote: > > > >2007. 12. 29, szombat keltezéssel 09.42-kor Daniel Brown e

Re: [PHP] Re: Unix date (even more bazaar)

2007-12-29 Thread Daniel Brown
On Dec 29, 2007 11:43 AM, Robert Cummings <[EMAIL PROTECTED]> wrote: > On Sat, 2007-12-29 at 11:37 -0500, tedd wrote: > > At 4:58 PM +0100 12/29/07, Zoltán Németh wrote: > > >2007. 12. 29, szombat keltezéssel 09.42-kor Daniel Brown ezt írta: > > > > > > > > I wish to create my website www.manoniva

Re: [PHP] Re: Unix date (even more bazaar)

2007-12-29 Thread Robert Cummings
On Sat, 2007-12-29 at 11:37 -0500, tedd wrote: > At 4:58 PM +0100 12/29/07, Zoltán Németh wrote: > >2007. 12. 29, szombat keltezéssel 09.42-kor Daniel Brown ezt írta: > > > > > > I wish to create my website www.manonivas.org so as i f anyone wish to > > > > enter in it they should pay a payment t

Re: [PHP] Re: Unix date (even more bazaar)

2007-12-29 Thread tedd
At 4:58 PM +0100 12/29/07, Zoltán Németh wrote: 2007. 12. 29, szombat keltezéssel 09.42-kor Daniel Brown ezt írta: > > I wish to create my website www.manonivas.org so as i f anyone wish to > > enter in it they should pay a payment to my bank > > account online. As soon as they transfered mon

Re: [PHP] Re: Unix date (even more bazaar)

2007-12-29 Thread Zoltán Németh
2007. 12. 29, szombat keltezéssel 09.42-kor Daniel Brown ezt írta: > On Dec 28, 2007 11:06 PM, mano <[EMAIL PROTECTED]> wrote: > > N.Manohara Kurup, > > Thoppil House, Pollethai P.O, > > Mararikulam, > > Alappuzha- 688567, Kerala, India. > > Tel: 0478- 2865432 > > Mob; 9495211159 > > E-mail: [EMAIL

[PHP] Re: Unix date (even more bazaar)

2007-12-29 Thread Daniel Brown
On Dec 28, 2007 11:06 PM, mano <[EMAIL PROTECTED]> wrote: > N.Manohara Kurup, > Thoppil House, Pollethai P.O, > Mararikulam, > Alappuzha- 688567, Kerala, India. > Tel: 0478- 2865432 > Mob; 9495211159 > E-mail: [EMAIL PROTECTED] > Web: http://mano.bizhat.com > > Sir, > > I wish to create my website

[PHP] Re: Unix date

2007-12-28 Thread Dan
The problem is indeed time zones, daylight savings time, etc. Unless your two servers are in the same place you can't really make the times the same without making them wrong in one place. The best thing I can think of to do is specify a timezone, and daylight savings time value, that way you

[PHP] Re: Unix date

2007-12-28 Thread Al
date_default_timezone_set ( string $timezone_identifier ) tedd wrote: Hi gang: Using: $unix_in = 1255845600; echo(date("M d, Y h:i:s a",$unix_in)); On one sever, produces: Oct 18, 2009 02:00:00 am But on another sever, produces: Oct 18, 2009 12:00:00 am This difference appears to be a com