HI there, when requesting the daily forecast via the WeatherKit REST API, I found out that under certain circumstances the moon phase full is skipped. Example from Japan (working): { forecastDaily: { name: DailyForecast, metadata: { attributionURL: https://developer.apple.com/weatherkit/data-source-attribution/, expireTime: 2024-10-21T15:16:10Z, latitude: 35.650, longitude: 139.840, readTime: 2024-10-21T14:16:10Z, reportedTime: 2024-10-21T12:00:37Z, units: m, version: 1, sourceType: modeled }, days: [ ..., { forecastStart: 2024-10-16T15:00:00Z, forecastEnd: 2024-10-17T15:00:00Z, conditionCode: MostlyCloudy, maxUvIndex: 4, moonPhase: waxingGibbous, moonrise: 2024-10-17T07:47:26Z, moonset: 2024-10-16T20:09:01Z, precipitationAmount: 0.09, precipitationChance: 0.43, precipitationType: rain, ... windSpeedMax: 16.03, }, { forecastStart: 2024-10-17T15:00:00Z, forecastEnd: 2024-10-18T15:00:00Z, conditionCode: Rain, maxUvIndex: 4, moonPhase: full, moonrise: 2024-10-18T08:20:34Z, moonset: 2024-10-17T21:24:49Z,
2
0
497