Re: Different times between Python and System

2008-04-15 Thread Mark
On Mon, 14 Apr 2008 00:31:34 -0700, Josh wrote: > 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. Thanks for the laugh though Josh. That was funny! :) -- http://mail.

Re: Different times between Python and System

2008-04-14 Thread Terry Reedy
"Josh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | 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. That suggests a (temporary?) problem with standa

Re: Different times between Python and System

2008-04-14 Thread Josh
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 s

Different times between Python and System

2008-04-14 Thread Josh
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 mor