64 ) |
64 ) |
65 sessionDict["header"]["warning"] = ( |
65 sessionDict["header"]["warning"] = ( |
66 "This file was generated automatically, do not edit." |
66 "This file was generated automatically, do not edit." |
67 ) |
67 ) |
68 |
68 |
69 # TODO: replace 'XMLTimestamp' by 'Timestamp' |
69 if Preferences.getProject("TimestampFile") or self.__isGlobal: |
70 if Preferences.getProject("XMLTimestamp") or self.__isGlobal: |
|
71 sessionDict["header"]["saved"] = ( |
70 sessionDict["header"]["saved"] = ( |
72 time.strftime('%Y-%m-%d, %H:%M:%S') |
71 time.strftime('%Y-%m-%d, %H:%M:%S') |
73 ) |
72 ) |
74 |
73 |
75 # step 1: open multi project and project for global session |
74 # step 1: open multi project and project for global session |