Subject RE: [firebird-php] Re: TIME Configuration...
Author Alan McDonald
> It just doesn't returns the time properly from the database.
> First, everything was working fine before running the application in
> the new server.
> After we got it running it the new server it records the data
> properpely (I'm using EMS as a database managment software). But when
> I retrieve the data it shows always the wrong value, acctually it
> shows always the same value: 17:39.
> Like... I recorded in the database 08:00:00... When php retrieves that
> value it gives me 17:39. Another thing that I noticed it is that EMS
> it is showing me the TIME information in the AM/PM format instead of
> the 24h format. Like... instead of showing me 23:00:00 it is showing
> 11:00:00 PM. So... I guess the problem it is somewhere between the
> server configuration and php configuration.

show us your code.
sounds more like a code error than a settings error
Alan