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