McDermott-Group / servers

Public repo that stores LabRAD servers and other non-measurement related code
0 stars 2 forks source link

[DataChest, Grapher] Store time as a float representation of UTC #30

Closed roboguy222 closed 8 years ago

roboguy222 commented 8 years ago

You can use matplotlib.dates.date2num() and matplotlib.dates.num2date() to convert. Should only be a two or three line change, hopefully.

amopremcak commented 8 years ago

Done