mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-05 15:24:11 +02:00
wait that receiver thread is finished, is_good_fame check added, poor man current pulse_id script
This commit is contained in:
committed by
Data Backend account
parent
ed2bcab1ba
commit
8c33c9cc98
@@ -0,0 +1,6 @@
|
||||
import datetime
|
||||
#2020-05-08 08:29:52.742737 : 11718049010
|
||||
reference_date = datetime.datetime(2020, 5, 8, 8, 29, 52)
|
||||
now = datetime.datetime.utcnow()
|
||||
delta = (datetime.datetime.utcnow()-reference_date).total_seconds()*1000
|
||||
print(int(delta/10)+11718049010)
|
||||
Reference in New Issue
Block a user