You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FlockLab users
This is a little bit offtopic question: Does somebody knows about a reliable tool/app to convert Unix timestamps to a more human readable format? In an absolut time or with microseconds accuracy would be perfect, due to the time that a WSN deals with.
Thanks in advance, Luis.
Roman Lim
unread,
Nov 17, 2016, 7:11:47 AM11/17/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flockla...@googlegroups.com
Hi Luis
You could use "date" on the command line, e.g., "date +'%D %T.%N' --date @1479384499.03423"
Cheers
Roman
rdaforno
unread,
Nov 17, 2016, 7:22:41 AM11/17/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flockla...@googlegroups.com
Or use e.g. a Python script to convert all timestamps in the serial.csv
file, see attachment.