iziz / libPhoneNumber-iOS

iOS port from libphonenumber (Google's phone number handling library)
Apache License 2.0
2.35k stars 459 forks source link

Get Phone Number Time zone ios swift #361

Open waqarali462 opened 2 years ago

waqarali462 commented 2 years ago

I have seen this libphonenumber give the time zone in Android Java language But i am also using iOS Swift this pod not give the phone Number Time zone , Basically i want to get the Time zone with Phone Number

below link of your Android Java Lang library which giving the Time Zone https://mvnrepository.com/artifact/com.googlecode.libphonenumber/prefixmapper/2.180 Thank you