##// END OF EJS Templates
fix created timestamp in notebook model
MinRK -
Show More
@@ -211,7 +211,7 b' class FileNotebookManager(NotebookManager):'
211 211 model['name'] = name
212 212 model['path'] = path
213 213 model['last_modified'] = last_modified
214 model['created'] = last_modified
214 model['created'] = created
215 215 if content is True:
216 216 with io.open(os_path, 'r', encoding='utf-8') as f:
217 217 try:
General Comments 0
You need to be logged in to leave comments. Login now