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