Changeset 6827 for main/waeup.sirp/trunk/src/waeup
- Timestamp:
- 29 Sep 2011, 06:32:48 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/datacenter.py
r6579 r6827 180 180 """ 181 181 date = datetime.fromtimestamp(os.path.getctime(self.context)) 182 return date.strftime( '%c')182 return date.strftime("%Y-%m-%d %H:%M:%S") 183 183 184 184 def getTimeStamp(self):
Note: See TracChangeset for help on using the changeset viewer.