Author: TheGaff | Posted on: 9/25/2008 1:17:26 AM | Views : 1094

 Hi All,
I'm having a problem with the way dates are being
created on a new server. The 3.0 framework has been installed and is
working correctly as I have other code running successfully on the
machine. My problem is how dates are being created for the DateTime
class. I have checked the regional settings on the server and on my
development machine and they are the same but when I do DateTime.Now on
the server i get the following value returned when i convert it to a
string: 24/mm/09/mm/2008 6:09:34 PM

When  I run the same code on my development machine and convert the DateTime.Now to a string I get: 24/09/2008 18:09:35

 I've never seen a date returned like this before and can't seem to find much help on the net about it.

This
is causing me problems when I try and do the following
Convert.ToDateTime("01/01/1970"), it doesn't know wh ...

Go to the complete details ...