This addon will allow our application to allow the display of dates dynamically depending on the time zone where the user is located or allow the selection of a specific time zone.

Giving to the applications an additional feature for the user's comfort in flows such as campaign creation, visualization in shipments, interaction with calendars, etc.

About the poject

Repository

The repo follow the practices of git flow for the branch managment and conventional commits for commit naming.

You can find the project repository at MasivianFront account

Untitled

Repo Link: https://estratec.visualstudio.com/MasivianFront/_git/oasis-addon-time-zone/branches

The main branches are:

Untitled


Luxon as a replacement of MomentJs

Momentjs was declared as a Deprecated library for date handling, because momentjs is not compatible with the three shaking methodology and therefore many algorithms increase their weight unnecessarily. for this reason it was necessary to find other libraries and alternatives.

<aside> <img src="https://prod-files-secure.s3.us-west-2.amazonaws.com/5c779327-c73b-4146-a58a-07714745cebe/12e3092a-1607-4359-8494-3b00a90ec6d2/programming.png" alt="https://prod-files-secure.s3.us-west-2.amazonaws.com/5c779327-c73b-4146-a58a-07714745cebe/12e3092a-1607-4359-8494-3b00a90ec6d2/programming.png" width="40px" /> See the oficial Project status doc: **https://momentjs.com/docs/#/-project-status/**

</aside>