I am writing a Python script that ultimately will be in a ArcGIS Server geoprocessing service. A date field in a file GDB feature class needs to be populated with the current date. Expression type must be Python according to the tool documentation because this will be a service (otherwise I'd be done by now with the VB expression "Date()"...). My attempts have gone in circles for long enough - can anyone share a way to do this?