server/migractions.py
branch3.5
changeset 3192 93c8fdcd943e
parent 3120 57ceabc6dfbc
child 3199 fc63b80ec979
child 3213 36a2357ccbc4
--- a/server/migractions.py	Fri Sep 11 15:55:15 2009 +0200
+++ b/server/migractions.py	Fri Sep 11 18:24:47 2009 +0200
@@ -116,7 +116,7 @@
         config = self.config
         repo = self.repo_connect()
         # paths
-        timestamp = datetime.now().strftime('%Y-%m-%d_%H:%M:%S')
+        timestamp = datetime.now().strftime('%Y-%m-%d_%H-%M-%S')
         instbkdir = osp.join(config.appdatahome, 'backup')
         if not osp.exists(instbkdir):
             os.makedirs(instbkdir)