Skip to content
Snippets Groups Projects
Commit 6912cf68 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 937c8722
No related branches found
No related tags found
No related merge requests found
......@@ -277,6 +277,7 @@ def make_times(dt_str_0, dt_str_1=None, num_steps=None, days=None, hours=None, m
ts_s = []
dto_0 = datetime.datetime.strptime(dt_str_0, '%Y-%m-%d_%H:%M').replace(tzinfo=timezone.utc)
ts_0 = dto_0.timestamp()
if dt_str_1 is not None:
dto_1 = datetime.datetime.strptime(dt_str_1, '%Y-%m-%d_%H:%M').replace(tzinfo=timezone.utc)
ts_1 = dto_1.timestamp()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment