Skip to content

Commit

Permalink
NWS appears to have changed the field name of the forecast updated da…
Browse files Browse the repository at this point in the history
…te from 'updated' to 'updateTime'.
  • Loading branch information
Keanen committed Jun 22, 2024
1 parent 6a5e769 commit d4d2ec9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public async Task<ForecastResponse> GetForecastAsync(decimal lat, decimal lng)
{
Periods = new List<ForecastPeriod>(),
ElevationInMeters = json2.properties.elevation.value,
LastUpdatedDate = json2.properties.updated,
LastUpdatedDate = json2.properties.updateTime,
Latitude = lat,
Longitude = lng
};
Expand Down

0 comments on commit d4d2ec9

Please sign in to comment.