Skip to content
Snippets Groups Projects
Commit bc6b899b authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-480: Attribute timestamps are always seconds since 1970

parent 28b83851
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ class Beam(lofar_device):
for rcu in range(96):
if mask[rcu]:
self._hbat_pointing_direction[rcu] = pointing_direction[rcu]
self._hbat_pointing_timestamp[rcu] = timestamp
self._hbat_pointing_timestamp[rcu] = timestamp.timestamp()
# --------
# Commands
......
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