Skip to content
Snippets Groups Projects
Commit 0ffd155f authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Use utcnow() instead of time.utc()

parent f47686ab
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ def get_crosslet_statistics(parent, subband, integration_time): ...@@ -24,7 +24,7 @@ def get_crosslet_statistics(parent, subband, integration_time):
crosslets[1, :, :] = crosslets_complex.imag crosslets[1, :, :] = crosslets_complex.imag
crosslets = crosslets.tolist() crosslets = crosslets.tolist()
timestamp = time.utc() timestamp = time.utcnow()
rcu = res['rcus'] rcu = res['rcus']
rcus_mode = [rcu[i]["mode"] for i in rcu] rcus_mode = [rcu[i]["mode"] for i in rcu]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment