Skip to content

Commit

Permalink
timezone link change
Browse files Browse the repository at this point in the history
  • Loading branch information
waterim committed Aug 21, 2023
1 parent bd65aa2 commit 9305d75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/TIMEZONES.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// All timezones were taken from: https://raw.githubusercontent.com/leon-do/Timezones/main/timezone.json
export default [
'Africa/Abidjan',
'Africa/Accra',
Expand Down
1 change: 0 additions & 1 deletion src/pages/settings/Profile/TimezoneSelectPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ 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 9305d75

Please sign in to comment.