- Timestamp:
- Mar 21, 2020 1:02:08 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/core/db.py
r82968 r83358 75 75 return oValue; 76 76 if utils.isString(oValue): 77 r aise Exception('TODO');77 return utils.parseIsoTimestamp(oValue); 78 78 return oValue.pydatetime(); 79 79
Note:
See TracChangeset
for help on using the changeset viewer.