-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
awaiting-approvalTopic has not been approved or deniedTopic has not been approved or deniedbugSomething isn't workingSomething isn't working
Description
Checked Existing
- I have checked the repository for duplicate issues.
What happened?
Requesting the /v1/api/people/@me/profile endpoint includes on the response a timezone name and UTC offset that the Wii U uses to calculate time in most apps instead of using the actual consoles clock.
The value of the "utc_offset" field on the response is used on the loading screens for apps like Miiverse and Nintendo TVii, and others to calculate the time (ex: new Date() on these apps are based from the utc_offset)
What did you expect to happen?
The "utc_offset" field would handle DST depending of the zone and add the extra hour so this new value would be included on the response, so the apps could show the accurate time instead of it being an hour behind.
Steps to reproduce?
No response
Other relevant information. (OPTIONAL)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
awaiting-approvalTopic has not been approved or deniedTopic has not been approved or deniedbugSomething isn't workingSomething isn't working