timegridio / timegrid

Free, open-source, online appointments platform based on Laravel PHP Framework.
GNU Affero General Public License v3.0
958 stars 336 forks source link

Bug: Timezone for new location #195

Closed annylinh08 closed 4 years ago

annylinh08 commented 4 years ago

Hi everyone, I just downloaded and tested this project on my localhost when I make a reservation as a guest with a business I have created having Eastern Time. I got this issue timezone

Could anyone know where to fix it?

alariva commented 4 years ago

Related to #170

alariva commented 4 years ago

This problem is due to obsolete timezones listed in timegrid.

https://www.php.net/manual/en/timezones.others.php

An update of the list is going to take place to fix it.

alariva commented 4 years ago

@annylinh08 , please upgrade your local application to latest in master, then follow the steps to re-configure.

1 - Upgrade your application and update dependencies

git pull
composer install

2 - Go to the edit business page, and re-configure the timezone by selecting the provided option.

image

3 - Try to reproduce the issue (setting service vacancies)

The error should not appear this time.


Should you require further assistance, please join the Gitter Chat Room to opensource the discussion.

Thanks!