Skip to content

refactor(Revert): Revert "refactor(deprecation): replace moment with luxon"#13353

Merged
gkartalis merged 1 commit intomainfrom
revert-13207-gkartalis/replace-moment-with-luxon
Mar 12, 2026
Merged

refactor(Revert): Revert "refactor(deprecation): replace moment with luxon"#13353
gkartalis merged 1 commit intomainfrom
revert-13207-gkartalis/replace-moment-with-luxon

Conversation

@gkartalis
Copy link
Member

Description

Reverts #13207, will merge after auctions season will pass so we can be on the safe side.

@gkartalis gkartalis self-assigned this Mar 12, 2026
@artsyit
Copy link
Collaborator

artsyit commented Mar 12, 2026

New dependencies added: @types/moment-timezone, moment and moment-timezone.

@types/moment-timezone

Used in package.json
Author: Unknown Description: Stub TypeScript definitions entry for moment-timezone, which provides its own types definitions
License: MIT Homepage: http://npmjs.com/package/@types/moment-timezone
Updated: over 3 years ago Created: almost 10 years ago
Releases: 32 Maintainers: 1
README

This is a stub types definition for moment-timezone (https://github.com/moment/moment-timezone).

moment-timezone provides its own type definitions, so you don't need @types/moment-timezone installed!

moment

Used in package.json
Author: Iskren Ivov Chernev Description: Parse, validate, manipulate, and display dates
License: MIT Homepage: https://momentjs.com
Keywords: moment, date, time, parse, format, validate, i18n, l10n and ender
Updated: 5 months ago Created: over 14 years ago
Releases: 76 Maintainers: 5
README

Moment.js

NPM version
NPM downloads
MIT License
Build Status
Coverage Status
FOSSA Status
SemVer compatibility

A JavaScript date library for parsing, validating, manipulating, and formatting dates.

Project Status

Moment.js is a legacy project, now in maintenance mode. In most cases, you should choose a different library.

For more details and recommendations, please see Project Status in the docs.

Thank you.

Resources

License

Moment.js is freely distributable under the terms of the MIT license.

FOSSA Status

moment-timezone

Used in package.json
Author: Tim Wood Description: Parse and display moments in any timezone.
License: MIT Homepage: http://momentjs.com/timezone/
Keywords: moment, date, time, timezone, olson, iana, zone and tz
Updated: 10 months ago Created: over 12 years ago
Releases: 66 Maintainers: 7
Direct Dependencies: moment
README

Moment Timezone

NPM version
NPM downloads
MIT License
Build Status
FOSSA Status

IANA Time zone support for Moment.js

Project Status

Moment-Timezone is an add-on for Moment.js. Both are considered legacy projects, now in maintenance mode. In most cases, you should choose a different library.

For more details and recommendations, please see Project Status in the Moment docs.

Thank you.

Resources

Examples

var june = moment("2014-06-01T12:00:00Z");
june.tz('America/Los_Angeles').format('ha z'); // 5am PDT
june.tz('America/New_York').format('ha z');    // 8am EDT
june.tz('Asia/Tokyo').format('ha z');          // 9pm JST
june.tz('Australia/Sydney').format('ha z');    // 10pm EST

var dec = moment("2014-12-01T12:00:00Z");
dec.tz('America/Los_Angeles').format('ha z');  // 4am PST
dec.tz('America/New_York').format('ha z');     // 7am EST
dec.tz('Asia/Tokyo').format('ha z');           // 9pm JST
dec.tz('Australia/Sydney').format('ha z');     // 11pm EST

License

Moment-timezone is freely distributable under the terms of the MIT license.

FOSSA Status

Generated by 🚫 dangerJS against 32916f6

@ArtsyOpenSource
Copy link
Contributor

Warnings
⚠️

An error occurred while validating your changelog, please make sure you provided a valid changelog.

Generated by 🚫 dangerJS against 32916f6

@gkartalis gkartalis merged commit 0d72e3f into main Mar 12, 2026
10 checks passed
@gkartalis gkartalis deleted the revert-13207-gkartalis/replace-moment-with-luxon branch March 12, 2026 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants