i would like to fetch the current date / time based on the locale. If i pass locale object, i need to get the relevant date / time of the country.
TIA.
|
|
|
Read this and related topics: Is there a way to get a timeZone with (only) a country code (valid ISO-3166 code) ? edit: To know the user's country name you need to get it from his hostname (given from IP) - read following IP Address to Hostname in Java? |
|||||||||
|
|
|||||||||
|
|
If you use Joda Time then following should work. (Don't have the compiler at hand)
You can get the Timezone Ids here. Please check the link given by dantuch too. |
|||
|
|