Hmm...  That didn't work out so well that time.  I feel like an
idiot.  Previously there has been an hour difference between the
system time and the time that python reports.

On Apr 14, 1:29 am, Josh <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Anyone know why python would not show the same time that my system
> shows?
>
> [EMAIL PROTECTED]:~$ date
> Mon Apr 14 01:27:36 MDT 2008
> [EMAIL PROTECTED]:~$ python
> Python 2.4.5 (#2, Mar 12 2008, 00:15:51)
> [GCC 4.2.3 (Debian 4.2.3-2)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.>>> 
> import datetime
> >>> datetime.datetime.now()
>
> datetime.datetime(2008, 4, 14, 1, 27, 50, 472350)
>
> Thanks!

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to