Skip to content

Commit

Permalink
Merge pull request #1168 from weather-gov/mgwalker/1151-daily-tab-ski…
Browse files Browse the repository at this point in the history
…pping

Fix mis-labeling of today in rare case where it is currently after midnight but API data for "today" still begins before midnight
  • Loading branch information
greg-does-weather committed May 8, 2024
2 parents cce4b84 + d302bd7 commit 819e19a
Show file tree
Hide file tree
Showing 9 changed files with 9,221 additions and 6 deletions.
14 changes: 14 additions & 0 deletions tests/api/data/e2e/alerts/active__status=actual&area=TX.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"@context": [
"https://geojson.org/geojson-ld/geojson-context.jsonld",
{
"@version": "1.1",
"wx": "https://api.weather.gov/ontology#",
"@vocab": "https://api.weather.gov/ontology#"
}
],
"type": "FeatureCollection",
"features": [],
"title": "Current watches, warnings, and advisories for Texas",
"updated": "date:now -2479 seconds"
}
Loading

0 comments on commit 819e19a

Please sign in to comment.