techouse / intl-date-time

International DateTime for Laravel Nova
MIT License
57 stars 21 forks source link

User Timezone #9

Closed zek closed 5 years ago

zek commented 5 years ago

Thank you for this great package!

I noticed a missing feature that original datetime field has.

This package doesn't handle time zone.

        Nova::userTimezone(function () {
            return 'Europe/Istanbul';
        });
techouse commented 5 years ago

Explain how you would implement a timezone with this plugin. I am asking because this plugin is here help users deal with locales, not timezones.

Otherwise try and use Europe/Athens which is basically the same timezone.

techouse commented 5 years ago

Aha, I see the issue. Will get right on it. ✈️

techouse commented 5 years ago

Implemented in v1.2.6. Thanks for reporting! 🙏