offset: getLocationOffset()

in src/App/components/Section/Section.tsx [61:71]


                offset: getLocationOffset(userLocation[0].timezone)
              }
            };

            setLocations(locationObj);
          },
          error => {
            if (error.code === 1) {
              const find = findLocation(Object.values(locations).at(0) as IUrlLocation);

              if (find) {