fix radar timestamp
5.13.2
This commit is contained in:
parent
844544c364
commit
c9307768a4
5 changed files with 6 additions and 6 deletions
|
|
@ -157,7 +157,7 @@ class Radar extends WeatherDisplay {
|
|||
minute,
|
||||
}, {
|
||||
zone: 'UTC',
|
||||
}).setZone();
|
||||
}).setZone(timeZone());
|
||||
} else {
|
||||
time = DateTime.fromHTTP(response.headers.get('last-modified')).setZone(timeZone());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue