RE: [PHP] gmtime?

2002-05-27 Thread Ford, Mike [LSS]
-Original Message- From: Jens Lehmann [mailto:[EMAIL PROTECTED]] Sent: 24 May 2002 20:31 time() returns the number of seconds since the Unix Epoch to the current local time gmtime() should return the number of seconds since the Unix Epoch to the current GM-time Do you

Re: [PHP] gmtime?

2002-05-27 Thread Jens Lehmann
-Original Message- From: Jens Lehmann [mailto:[EMAIL PROTECTED]] Sent: 24 May 2002 20:31 time() returns the number of seconds since the Unix Epoch to the current local time gmtime() should return the number of seconds since the Unix Epoch to the current GM-time

RE: [PHP] gmtime?

2002-05-27 Thread Matt Friedman
AM To: [EMAIL PROTECTED] Subject: Re: [PHP] gmtime? -Original Message- From: Jens Lehmann [mailto:[EMAIL PROTECTED]] Sent: 24 May 2002 20:31 time() returns the number of seconds since the Unix Epoch to the current local time gmtime() should return the number of seconds

RE: [PHP] gmtime?

2002-05-27 Thread Ford, Mike [LSS]
-Original Message- From: Jens Lehmann [mailto:[EMAIL PROTECTED]] Sent: 27 May 2002 12:48 -Original Message- From: Jens Lehmann [mailto:[EMAIL PROTECTED]] Sent: 24 May 2002 20:31 time() returns the number of seconds since the Unix Epoch to the current

Re: [PHP] gmtime?

2002-05-27 Thread Jens Lehmann
-Original Message- From: Jens Lehmann [mailto:[EMAIL PROTECTED]] Sent: 27 May 2002 12:48 -Original Message- From: Jens Lehmann [mailto:[EMAIL PROTECTED]] Sent: 24 May 2002 20:31 time() returns the number of seconds since the Unix Epoch to the

Re: [PHP] gmtime?

2002-05-25 Thread Jens Lehmann
I don't know what gmtime() is supposed to do. But is gmmktime() similar? http://www.php.net/manual/en/function.gmmktime.php -Kevin Sorry, my first answer was incorrect. gmmktime() does not do what I want. Do you have any other suggestion why we need/don't need gmtime()? Jens -- PHP

[PHP] gmtime?

2002-05-24 Thread Jens Lehmann
Any reasons why there's no gmtime()-function in PHP? I'd like to hear your thoughts. Jens Lehmann -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] gmtime?

2002-05-24 Thread SP
Did you see gmdate()? http://www.php.net/manual/en/function.gmdate.php -Original Message- From: Jens Lehmann [mailto:[EMAIL PROTECTED]] Sent: May 24, 2002 2:52 PM To: [EMAIL PROTECTED] Subject: [PHP] gmtime? Any reasons why there's no gmtime()-function in PHP? I'd like to hear your

Fw: [PHP] gmtime?

2002-05-24 Thread Kevin Stone
I don't know what gmtime() is supposed to do. But is gmmktime() similar? http://www.php.net/manual/en/function.gmmktime.php -Kevin - Original Message - From: Jens Lehmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 24, 2002 12:51 PM Subject: [PHP] gmtime? Any reasons

Re: [PHP] gmtime?

2002-05-24 Thread Jens Lehmann
Did you see gmdate()? http://www.php.net/manual/en/function.gmdate.php Yes, of course. I can do time()-date(Z) to have gmtime (or maybe) something better, but wouldn't it be better to have gmtime() implemented anyways? Please tell me if I missed something. Thank you. Jens Lehmann PS:

Re: [PHP] gmtime?

2002-05-24 Thread Jens Lehmann
I don't know what gmtime() is supposed to do. But is gmmktime() similar? time() returns the number of seconds since the Unix Epoch to the current local time gmtime() should return the number of seconds since the Unix Epoch to the current GM-time Do you understand now? gmmktime() does