I know PHP run on server side and return send server timezone. is it any possibilities to get client side timezone. we can use any php library or anything.
Asked
Active
Viewed 19 times
0
-
Without Javascript, no. PHP is unaware of the client. – El_Vanja Jun 02 '21 at 09:46
-
1Unless you ask the client about their timezone and then transfer that information to PHP then you can't – Dharman Jun 02 '21 at 10:05
-
I have get answer of this question. get latitude and longitude from this API **[ipgeolocationapi](https://ipgeolocationapi.com/)**. follow this code [j-bin](https://stackoverflow.com/a/15535345/11099964). – subhash _ti Jun 08 '21 at 08:03