Post

Replies

Boosts

Views

Activity

Reply to WeatherKit forecast dates - what are they?
Hi, thanks for your response. My question is not whether the date is at the start of the hour. Shouldn’t the hourly be times increasing in one hour increments from startDate? I'm seeing times that unconditionally start at 10PM. If I run a query at 7AM I expect the hourly forecast entries to be 8AM, 9AM, etc. // at 7AM after conversion I expect date to indicate 8AM let utc = hourly.forecast[0].date It appears that I am doing something wrong in my conversion Could you please provide a code fragment that would yield dates as I describe? Thanks.
Topic: App & System Services SubTopic: General Tags:
Sep ’22
Reply to RoomPlan USDZ not readable by Blender
The feedback ID is FB10566496. Thanks, Cliff
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to WeatherKit forecast dates - what are they?
Beuller?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to WeatherKit forecast dates - what are they?
Hi, thanks for your response. My question is not whether the date is at the start of the hour. Shouldn’t the hourly be times increasing in one hour increments from startDate? I'm seeing times that unconditionally start at 10PM. If I run a query at 7AM I expect the hourly forecast entries to be 8AM, 9AM, etc. // at 7AM after conversion I expect date to indicate 8AM let utc = hourly.forecast[0].date It appears that I am doing something wrong in my conversion Could you please provide a code fragment that would yield dates as I describe? Thanks.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to WeatherKit forecast dates - what are they?
To be clear, I'm setting startDate and endDate like this: let startDate = Date() let endDate = Calendar.current.date(byAdding: .weekOfYear, value: 1, to: startDate)
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to WeatherKit forecast dates - what are they?
I understand, thank you! This is different from other models I'm used to where future whether is an offset from current time. This is equally sensible, just didn't occur to me.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22