Guénaël Muller 6 years ago
parent
commit
03f4664283
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tracim/tracim/lib/utils.py

+ 1 - 1
tracim/tracim/lib/utils.py View File

190
 
190
 
191
     :return: current date as string
191
     :return: current date as string
192
     """
192
     """
193
-    # INFO - G.M - 19-03-2018 - As ':' is in transform_to_do_bdd method in
193
+    # INFO - G.M - 19-03-2018 - As ':' is in transform_to_bdd method in
194
     # webdav utils, it may cause trouble. So, it should be replaced to
194
     # webdav utils, it may cause trouble. So, it should be replaced to
195
     # a character which will not change in bdd.
195
     # a character which will not change in bdd.
196
     return datetime.datetime.now().isoformat().replace(':', '.')
196
     return datetime.datetime.now().isoformat().replace(':', '.')