dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]DateTime.Now is WRONG :)


From: David Logan
Subject: [DotGNU]DateTime.Now is WRONG :)
Date: Wed, 30 Jun 2004 21:39:56 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7b) Gecko/20040316

Hey guys, anyone know how come the DateTime class Now property returns the wrong time?

David Logan

address@hidden temp]$ cscc -o tt.exe tt.cs
address@hidden temp]$ ilrun tt.exe;date
6/30/04 10:37:46 PM -5
Wed Jun 30 21:37:47 MDT 2004
address@hidden temp]$ cat tt.cs
class Test
{
  static void Main()
  {
                       System.Console.WriteLine(DateTime.Now);
  }
}
address@hidden temp]$


reply via email to

[Prev in Thread] Current Thread [Next in Thread]