Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update icu tzdata to 2022b #44283

Closed
wants to merge 1 commit into from
Closed

Conversation

Manizuca
Copy link
Contributor

@Manizuca Manizuca commented Aug 18, 2022

Following the documentation at:
https://github.com/nodejs/node/blob/main/doc/contributing/maintaining-icu.md#time-zone-data

This is needed for Chilean users, as DST start was delayed by one week, from September 4 to September 11.

Refs: nodejs/Release#773
Refs: unicode-org/icu-data#29

@nodejs-github-bot nodejs-github-bot added dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. labels Aug 18, 2022
@Manizuca
Copy link
Contributor Author

Manizuca commented Aug 19, 2022

The PR for icu-data was merged. With this, process.versions.tz is "2022b", and

    new Intl.DateTimeFormat("en-US", {
      hour12: false,
      timeZone: "America/Santiago",
      year: "numeric",
      month: "2-digit",
      day: "2-digit",
      hour: "2-digit",
      minute: "2-digit",
      second: "2-digit",
      timeZoneName: "short"
    }).format(new Date("2022-09-05T00:00:00Z"));

returns "09/04/2022, 20:00:00 GMT-4" (instead of "09/04/2022, 21:00:00 GMT-3")

@VoltrexMaster VoltrexMaster added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 22, 2022
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 22, 2022
@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot
Copy link
Contributor

nodejs-github-bot commented Aug 23, 2022

@RaisinTen RaisinTen added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 23, 2022
@Manizuca
Copy link
Contributor Author

Manizuca commented Aug 26, 2022

I'm not familiar with how the PR process is here, but i think this needs a second approval, right?

@srl295 , I see you have reviewed some of the last tzdata updates, maybe you can take a look at this?

Copy link
Member

@mhdawson mhdawson left a comment

LGTM

mhdawson pushed a commit that referenced this pull request Aug 26, 2022
Following the documentation at:
https://github.com/nodejs/node/blob/main/doc/contributing/maintaining-icu.md#time-zone-data

Refs: nodejs/Release#773
Refs: unicode-org/icu-data#29

PR-URL: #44283
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
@mhdawson
Copy link
Member

mhdawson commented Aug 26, 2022

Landed in f59d8d3

@mhdawson mhdawson closed this Aug 26, 2022
@richardlau richardlau added the lts-watch-v16.x PRs that may need to be released in v16.x. label Aug 26, 2022
@richardlau
Copy link
Member

richardlau commented Aug 27, 2022

@nodejs/releasers This should be cherry-pickable to v16.x-staging as Node.js 16.17.0 updated to ICU 71.1. Node.js 14 is on ICU 70.1 so would either need a manual backport of this or (potentially more risky) the update to ICU 71.1 followed by cherry-picking this PR.

RafaelGSS pushed a commit that referenced this pull request Sep 5, 2022
Following the documentation at:
https://github.com/nodejs/node/blob/main/doc/contributing/maintaining-icu.md#time-zone-data

Refs: nodejs/Release#773
Refs: unicode-org/icu-data#29

PR-URL: #44283
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Fyko pushed a commit to Fyko/node that referenced this pull request Sep 15, 2022
Following the documentation at:
https://github.com/nodejs/node/blob/main/doc/contributing/maintaining-icu.md#time-zone-data

Refs: nodejs/Release#773
Refs: unicode-org/icu-data#29

PR-URL: nodejs#44283
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
targos pushed a commit that referenced this pull request Sep 16, 2022
Following the documentation at:
https://github.com/nodejs/node/blob/main/doc/contributing/maintaining-icu.md#time-zone-data

Refs: nodejs/Release#773
Refs: unicode-org/icu-data#29

PR-URL: #44283
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. dependencies Pull requests that update a dependency file. lts-watch-v16.x PRs that may need to be released in v16.x. needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants