Skip to content

Commit 5517a17

Browse files
committed
fix radar timestamp
1 parent d3daf4d commit 5517a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/scripts/modules/radar.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class Radar extends WeatherDisplay {
157157
minute,
158158
}, {
159159
zone: 'UTC',
160-
}).setZone();
160+
}).setZone(timeZone());
161161
} else {
162162
time = DateTime.fromHTTP(response.headers.get('last-modified')).setZone(timeZone());
163163
}

0 commit comments

Comments
 (0)