On Mon, Apr 15, 2013 at 10:06 PM, Larry Martell
mailto:la...@software-horizons.com";>> wrote:
On Mon, Apr 15, 2013 at 2:57 PM, Maciek Sokolewicz
wrote:
> On 15-4-2013 22:12, Larry Martell wrote:
>>
>> On Mon, Apr 15, 2013 at 1:59 PM, Lester Caine wrote:
>>>
>>> Larry Martell wrote:
>
>
>
On 15 April 2013 23:06, Larry Martell wrote:
> But UCT is not the timezone. When this app runs in New Mexico (where I
> am) it's Mountain time. When it runs in NY it's Eastern. When it runs
> in Tokyo it's JST, etc. The user has the option of setting the
> timezone all times are displayed in. Th
On Mon, Apr 15, 2013 at 2:57 PM, Maciek Sokolewicz
wrote:
> On 15-4-2013 22:12, Larry Martell wrote:
>>
>> On Mon, Apr 15, 2013 at 1:59 PM, Lester Caine wrote:
>>>
>>> Larry Martell wrote:
>
>
> No, I don't - this app runs in different locations all over the world.
I fo
On 15-4-2013 22:12, Larry Martell wrote:
On Mon, Apr 15, 2013 at 1:59 PM, Lester Caine wrote:
Larry Martell wrote:
No, I don't - this app runs in different locations all over the world.
I found some code at php.net that does this:
date_default_timezone_set(@date_default_timezone_get());
$d
On Mon, Apr 15, 2013 at 1:59 PM, Lester Caine wrote:
> Larry Martell wrote:
>>>
>>> No, I don't - this app runs in different locations all over the world.
>>
>> I found some code at php.net that does this:
>>
>> date_default_timezone_set(@date_default_timezone_get());
>> $deftz = date('T');
>>
>>
Larry Martell wrote:
No, I don't - this app runs in different locations all over the world.
I found some code at php.net that does this:
date_default_timezone_set(@date_default_timezone_get());
$deftz = date('T');
And that is working for me and giving me what I need.
But do you ACTUALLY know
On Mon, Apr 15, 2013 at 11:35 AM, Larry Martell wrote:
> On Mon, Apr 15, 2013 at 11:33 AM, Ashley Sheridan
> wrote:
>> You don't know which timezone the server is in? That's what it wants.
>
> No, I don't - this app runs in different locations all over the world.
I found some code at php.net tha
On Mon, Apr 15, 2013 at 11:33 AM, Ashley Sheridan
wrote:
> You don't know which timezone the server is in? That's what it wants.
No, I don't - this app runs in different locations all over the world.
> Larry Martell wrote:
>>
>> On Mon, Apr 15, 2013 at 11:17 AM, Jonathan Sundquist
>> wrote:
>
You don't know which timezone the server is in? That's what it wants.
Larry Martell wrote:
>On Mon, Apr 15, 2013 at 11:17 AM, Jonathan Sundquist
> wrote:
>>
>>
>>
>> On Mon, Apr 15, 2013 at 12:14 PM, Larry Martell
>
>> wrote:
>>>
>>> I have a client that has an app the runs with PHP 5.1.6. They
On Mon, Apr 15, 2013 at 11:17 AM, Jonathan Sundquist
wrote:
>
>
>
> On Mon, Apr 15, 2013 at 12:14 PM, Larry Martell
> wrote:
>>
>> I have a client that has an app the runs with PHP 5.1.6. They want to
>> upgrade to 5.3.3. First issue I ran into, they have a line of code
>> that is:
>>
>> $deftz =
On Mon, Apr 15, 2013 at 12:14 PM, Larry Martell wrote:
> I have a client that has an app the runs with PHP 5.1.6. They want to
> upgrade to 5.3.3. First issue I ran into, they have a line of code
> that is:
>
> $deftz = date("T");
>
> I'm getting this for that line:
>
> [Mon Apr 15 10:44:16 2013]
I have a client that has an app the runs with PHP 5.1.6. They want to
upgrade to 5.3.3. First issue I ran into, they have a line of code
that is:
$deftz = date("T");
I'm getting this for that line:
[Mon Apr 15 10:44:16 2013] [error] [client 10.7.14.21] PHP Warning:
date(): It is not safe to rely
12 matches
Mail list logo