jamesmills / laravel-timezone

Enable user Timezones in your application.
MIT License
677 stars 91 forks source link

Fix set timezone on login #30

Closed Davidnadejdin closed 4 years ago

Davidnadejdin commented 4 years ago

The user may not have a timezone column

jamesmills commented 4 years ago

Hi @Davidnadejdin why would the user not have a timezone column on the user table? It's a requirement of the package.

Davidnadejdin commented 4 years ago

Hi @Davidnadejdin why would the user not have a timezone column on the user table? It's a requirement of the package.

And why if you can without it?

jamesmills commented 4 years ago

Hi @Davidnadejdin thanks for the comments.

I might be getting confused so please forgive me.

For the Timezone package to work we need to have a timezone column on the users table. We require this so that we can save the users timezone and also retrieve it.

Am I missing some functionality of how you are trying to use the package?

Thanks again,

James