Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_common
Commits
50bff7ce
Commit
50bff7ce
authored
Feb 21, 2023
by
BO ZHANG
🏀
Browse files
update time stamp format
parent
10ac6540
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_common/data_manager.py
View file @
50bff7ce
...
...
@@ -283,7 +283,7 @@ class CsstMsDataManager:
def
write_stamp
(
self
):
if
self
.
stamps
is
not
None
and
self
.
stamps
!=
""
:
with
open
(
self
.
l1_file
(
self
.
stamps
),
"a+"
)
as
f
:
f
.
write
(
f
"
{
time
.
Time
.
now
().
isot
.
replace
(
'.'
,
','
)
}
+0800
\n
"
)
f
.
write
(
f
"
{
time
.
Time
.
now
().
isot
}
+08
:
00
\n
"
)
@
staticmethod
def
now
():
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment