Skip to content

[Bug]: utc_offset field on /v1/api/people/@me/profile does not handle DST #183

@dwyazzo90

Description

@dwyazzo90

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    awaiting-approvalTopic has not been approved or deniedbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions