Any issues encountered with datetime with the addition of SP1 for ArcGIS 10? It was working correctly at 10 and from the command line it is still working correctly, but from Wing I am not seeing the expected results.
At the command line:
>>>print datetime.datetime.now()
2010-12-22 18:22:24.496000
Python Shell in Wing:
>>> print datetime.datetime.now()
2010-12-22 18:24:20.574000
Wing IDE Pro:
import datetime
print datetime.datetime.now()
433000
Python Window in ArcMap:
>>> import datetime
>>> print datetime.datetime.now()
2010-12-22 18:29:02.105000
Any ideas?