[Zope] Re: What's the difference about ZopeTime() and DateTime() ?

Andreas Jung Andreas Jung <andreas@andreas-jung.com>
Fri, 11 Jul 2003 10:47:23 +0200


--On Freitag, 11. Juli 2003 10:34 Uhr +0200 Josef Meile 
<jmeile@hotmail.com> wrote:

>> I can use ZopeTime() in Zope 2.5.1 linux version, but
>> it will give me problem in Zope 2.5.1 win32 version. I
>> try to use DateTime, but got error message eeither.
> The difference is that ZopeTime() gives you the time on the server, while
> DateTime()
> gives you the time of the client machine. So, if your server is in the USA
> and you
> are, let's say in Japan, ZopeTime() will give you the time in the USA
> while DateTime()
> will give you the time in Japan.
>

That's nonsense...both should return the same.

-aj