Re: [PHP] Re: Time zone in date function

2012-01-31 Thread Matijn Woudt
On Tue, Jan 31, 2012 at 4:22 PM, Jonesy wrote: > On Tue, 31 Jan 2012 14:57:41 +1300, Simon J Welsh wrote: >> On 31/01/2012, at 2:55 PM, Ron Piggott wrote: >> >>> >>> On my clients account when I use ?echo date(?D, d M Y H:i:s');? the output >>> is 5 hours ahead of us.  How do I change it to my lo

Re: [PHP] Re: Time zone discrepancy - America/New_York = CDT?

2009-11-01 Thread Mattias Thorslund
The output I get (after adding newlines to the output) is: America/New_York EST EST EST PHP 5.2.10. I suspect this comes from the operating system. Maybe update your tzdata package if you're on a Linux system. Cheers, Mattias Nathan Lebovic wrote: Sorry there was a typo in that output. This

Re: [PHP] Re: time to seconds

2002-09-18 Thread Marek Kilimajer
won't help, it's forbidden to mix aggregate columns with non aggregate without a group by clause. Make your first query and then the sum. Denis Basta wrote: >Hello, > >Try this: >SELECT SUM(duration) AS summ, ..., ..., ..., FROM table1 WHERE condition >Hope it will help ya! > >Regards, >Denis B

Re: [PHP] RE: Time to Divide Lists? WAS: [PHP] MySQL - Creating The Database

2002-06-04 Thread Jason Wong
On Tuesday 04 June 2002 21:22, Rasmus Lerdorf wrote: > If you had searched the list archives yourself you would have seen that > this has been suggested a few times and rejected each time because nobody > would stick around and answer the newbie questions and newbies, being > newbies, would figure

RE: [PHP] RE: Time to Divide Lists? WAS: [PHP] MySQL - Creating The Database

2002-06-04 Thread Jay Blanchard
[snip] If you had searched the list archives yourself you would have seen that this has been suggested a few times and rejected each time because nobody would stick around and answer the newbie questions and newbies, being newbies, would figure out where the people who can answer their questions h

Re: [PHP] RE: Time to Divide Lists? WAS: [PHP] MySQL - Creating TheDatabase

2002-06-04 Thread Rasmus Lerdorf
If you had searched the list archives yourself you would have seen that this has been suggested a few times and rejected each time because nobody would stick around and answer the newbie questions and newbies, being newbies, would figure out where the people who can answer their questions hang out

RE: [PHP] Re: time limit ?

2002-03-04 Thread Darren Gamble
Good day, That won't submit the form, unfortunately. It'll just redirect the user to the page without submitting the contents of the form. If the browser supports it, one can use javascript to submit the form after a certain amount of seconds have elapsed. Darren G

RE: [PHP] RE: Time Taken to Process

2001-07-16 Thread Michael Geier, CDM Systems Admin
try the attached class. $t = new timer; $t->start(); // some code; $t->stop(); $diff = $t->gettime(); echo $diff; -Original Message- From: Phil Spitler [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 1:20 PM To: [EMAIL PROTECTED] Subject: [PHP] RE: Time Taken to Process yeah, I

Re: [PHP] re: time

2001-06-22 Thread [EMAIL PROTECTED]
ay, June 20, 2001 11:52 PM Subject: RE: [PHP] re: time > > actually i believe if you date() it gives you users system time > > > > it is the problem i have run into in the script i am trying to > > modify. the original person used date() and it clear shows my time. > >

RE: [PHP] re: time

2001-06-21 Thread Jason Murray
> actually i believe if you date() it gives you users system time > > it is the problem i have run into in the script i am trying to > modify. the original person used date() and it clear shows my time. > As much as i admit the possibility of their server being in Siberia > but I doubt it. P