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

Merge branch 'changing_timezone' into 'master'

Using utc instead of localtime

See merge request !1
parents fb03cb38 7206d41a
Branches
Tags
1 merge request!1Using utc instead of localtime
......@@ -24,7 +24,7 @@ def get_crosslet_statistics(parent, subband, integration_time):
crosslets[1, :, :] = crosslets_complex.imag
crosslets = crosslets.tolist()
timestamp = time.localtime()
timestamp = time.utc()
rcu = res['rcus']
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