matiasandina / FEDWatcher

Software and Hardware to connect FED3 devices over serial on Raspberry Pi 4
MIT License
4 stars 1 forks source link

Change `Pi_time` save format to isoformat #18

Closed matiasandina closed 3 years ago

matiasandina commented 3 years ago

Is there a reason why we are using time instad of datetime library? Can we change this

https://github.com/RedSweatshirt/FEDWatcher/blob/e683a99cb0b6a83140cc3de1e1f1ec4ef4985645/fedwatcher/src/fedwatcher.py#L113

To

now = datetime.datetime.now().isoformat()

matiasandina commented 3 years ago

Solved in c5534f1847fb39a55ee28f5f40d5c89d201e165d