[Zope-dev] ZopeTime Warp

Derek Simkowiak dereks@realloc.net
Mon, 8 Jul 2002 14:55:28 -0700 (PDT)


-> The output of the 3rd test case is incorrect. It's as if strftime is
-> changing the time zone.

	I'd recommend two things:

1)  Look at TZ and LC_TIME to see if either is defined in Zope's shell 
environment

2)  Write a super-simple test program in C that utilizes the C version of
strftime() and see if your results differ from doing it in Zope.

	My guess is that doing (2) above will produce the same result,
meaning the problem is not within Zope.

	Good luck.


--Derek