Hi there, I hope someone can help me.
We have just started migrating a .Net Web Service to a new upgraded Web Server. The new server is running Windows Server 2003 64 bit with .Net 1.1 Framework v1.1.4322.
The old Web Server runs Windows 2000 with .Net 1.1 Framework v1.1.4322.
On the old server, the web service returns dates formatted as follows:
2007-08-29T14:27:00.000 0000-04:00
On the new server, the exact same web service returns dates formatted as follows:
2007-09-03T20:36:00-04:00
Note all the missing zero's. This is playing havoc with our synchronizing software.
Is there any way to specify the correct date format on the new server without having to re-develop our code?
We have just started migrating a .Net Web Service to a new upgraded Web Server. The new server is running Windows Server 2003 64 bit with .Net 1.1 Framework v1.1.4322.
The old Web Server runs Windows 2000 with .Net 1.1 Framework v1.1.4322.
On the old server, the web service returns dates formatted as follows:
2007-08-29T14:27:00.000 0000-04:00
On the new server, the exact same web service returns dates formatted as follows:
2007-09-03T20:36:00-04:00
Note all the missing zero's. This is playing havoc with our synchronizing software.
Is there any way to specify the correct date format on the new server without having to re-develop our code?
Comment