On Tue, Apr 10, 2007 at 04:52:14PM +0100, Sriskanthaverl wrote:
> Hi,
> date, time and timezones should be correct in that box, and it can be
> seen that the expected, and received time are actually the same, except
> the server mention 'PDT' also. The test-framework gets the time from the
> same box, and format it such a way that it match with the output from
> the server (test scripter assumed a format and coded accordingly). If
> the time-format of the server is what expected, I can conclude, the
> test-framework have to be changed to expect the right format.

Are you running the test suite under the same locale settings as the 
server?  The issue is that the strftime() call in the test suite is 
ommitting the time zone; it's not obvious why.

If you edit include.t and comment out the POSIX::setlocale() calls, does 
that make any difference?

joe

Reply via email to