yii2mod / yii2-timezone

Timezone detector
MIT License
15 stars 3 forks source link

Firefox and internet explorer are giving wrong timezone. #2

Closed aidonsnous closed 8 years ago

aidonsnous commented 8 years ago

My timezone is :

Africa/Nairobi

, chrome and opera give that timezone but firefox and explorer(edge) give :

America/Denver

ihorchepurnyi commented 8 years ago

Hi, js in this ext now is not supported the firefox and edge browsers. Now the property timezone in the Intl.DateTimeFormat().resolvedOptions() is undefined for this browsers. stack overflow

ihorchepurnyi commented 8 years ago

I tried different js plugins, but the plugins have the same results

aidonsnous commented 8 years ago

So in conclusion there is nothing to do about it now.

ihorchepurnyi commented 8 years ago

Yes, you are right