Changeset 4260
- Timestamp:
- 07/09/08 13:37:14 (1 month ago)
- Files:
-
- trunk/dabo/lib/dates.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dabo/lib/dates.py
r4237 r4260 217 217 # Fall back to the current locale setting in user's os account: 218 218 try: 219 ret = datetime.datetime(*time.strptime(strVal, "%x %X") )219 ret = datetime.datetime(*time.strptime(strVal, "%x %X")[:7]) 220 220 except IndexError: 221 221 pass
