We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eabe622 commit 07b42c4Copy full SHA for 07b42c4
onyxbackup/data/data.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python
2
3
# part of OnyxBackupVM
4
-# Copyright (c) 2017-2018 OnyxFire, Inc.
+# Copyright (c) 2017-2020 OnyxFire, Inc.
5
6
# The above copyright notice and this permission notice shall be included in all
7
# copies or substantial portions of the Software.
onyxbackup/util/util.py
@@ -71,7 +71,7 @@ def get_date_string_print(self, date=''):
71
now = datetime.now()
72
else:
73
now = date
74
- return now.isoformat(' ', 'seconds')
+ return now.isoformat(' ')
75
76
def get_elapsed(self, timedelta, granularity=2):
77
intervals = (
0 commit comments