Skip to content
Snippets Groups Projects
Commit cd85b3f2 authored by rink's avatar rink
Browse files

minor

parent 0c16f871
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ def get_datetime_carr(pathname):
fname = os.path.split(pathname)[1]
toks = fname.split('_')
dtstr = toks[3]
dto = datetime.datetime.strptime(dtstr, '%Y%j.%H%M').replace(tzinfo=timezone.utc)
dto = datetime.datetime.strptime(dtstr, '%Y%j.%H%M.ch').replace(tzinfo=timezone.utc)
return dto
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment