Skip to content

Commit

Permalink
add a comment with a link
Browse files Browse the repository at this point in the history
  • Loading branch information
waterim committed Aug 21, 2023
1 parent a1d3de3 commit bd65aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/settings/Profile/TimezoneSelectPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const getKey = (text) => `${text}-${new Date().getTime()}`;
*/
const getUserTimezone = (currentUserPersonalDetails) => lodashGet(currentUserPersonalDetails, 'timezone', CONST.DEFAULT_TIME_ZONE);

// All timezones were taken from: https://raw.githubusercontent.com/leon-do/Timezones/main/timezone.json
function TimezoneSelectPage(props) {
const {translate} = useLocalize();
const timezone = useRef(getUserTimezone(props.currentUserPersonalDetails));
Expand Down

0 comments on commit bd65aa2

Please sign in to comment.