Closed andig closed 3 years ago
/cc @michaelharo seems this was broken by https://github.com/bogosj/tesla/commit/2faf60331bee60936fba82b6a2f2ee60211fbb71? Imho the timestamps won't unserialize into time.Time
as you've expected.
Indeed a bug not caught by tests. :-(
Not sure if this is my mistake but it seems as if the tesla API might have changed its timestamp format:
Looks like unix timestamp (millis?) instead of formatted time. Can anyone confirm?