On Thursday 26 June 2003 18:46, Naintara Jain wrote:
> You might want to consider removing the leading zeroes, this post is there
> in the php manual and has been useful to me.
>
> -xxx-
> jchen3625 AT yahoo DOT com (25-Aug-2002 03:33)
>
> beware, arguments with
Ooops! Make that:
\n";
echo "local = ", date("Y-m-d H:i:s", $timestamp), "\n";
?>
> -Original Message-
> From: Ford, Mike [LSS]
> Sent: 26 June 2003 10:53
>
> UNIX timestamps are *always* GMT -- it's the routines that
> process them that do timezone (and DST) conversion. To prove
To: 'Glenn'; [EMAIL PROTECTED]
Subject: RE: [PHP] Weird mktime problem
> -Original Message-
> From: Glenn [mailto:[EMAIL PROTECTED]
> Sent: 25 June 2003 14:58
[]
> Here is what's weired.
>
> I use these lines to get the specifics:
> $StartHour = substr(
> -Original Message-
> From: Glenn [mailto:[EMAIL PROTECTED]
> Sent: 25 June 2003 14:58
[]
> Here is what's weired.
>
> I use these lines to get the specifics:
> $StartHour = substr("$StartTime", 0, 2);
> $StartMinute = substr("$StartTime", 3, 2);
> $EndHour = substr("$EndTime", 0,
4 matches
Mail list logo