Skip to content

Commit

Permalink
fix radar timestamp
Browse files Browse the repository at this point in the history
5.13.2
  • Loading branch information
netbymatt committed Oct 10, 2024
1 parent d3daf4d commit 20d2516
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/resources/ws.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ws4kp",
"version": "5.13.1",
"version": "5.13.2",
"description": "Welcome to the WeatherStar 4000+ project page!",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server/scripts/modules/radar.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
Expand Down

0 comments on commit 20d2516

Please sign in to comment.