Changeset 8183 for main/waeup.kofa/trunk/src/waeup/kofa/accesscodes
- Timestamp:
- 16 Apr 2012, 21:07:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/accesscodes/accesscode.py
r8182 r8183 246 246 """ 247 247 ac_storage = self._getStoragePath() 248 now = datetime.now() 248 tz = getUtility(IKofaUtils).tzinfo 249 now = datetime.now(tz) 249 250 timestamp = now.strftime('%Y_%m_%d_%H_%M_%S') 250 251 csv_path = os.path.join(
Note: See TracChangeset for help on using the changeset viewer.