You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The timestamp in this format (like "2020-10-17 08:18:37") is coming from multimon-ng, so I keep it the same.
You can convert the string to any other format you like with a simple code as:
d_str = datetime.strptime(self.timestamp, "%Y-%m-%d %H:%M:%S").strftime("%Y-%m-%dT%H:%M:%S")
(it's just an idea, maybe there is more compact way to do this)
RPi-P2000Receiver/p2000.py
Line 77 in 9775616
The text was updated successfully, but these errors were encountered: