hello my bro & sis i am new in android, currently i am working in android database site. my application user used app from the multiple country, So my problem is how can i insert current time of every user from different locale wise when user perform any database transaction, even if user's android mobile device current time is not proper set yet i want to insert current time in database of his region.
Note: currently i am using MySQL database
Now i am insert current time of user i this way
String date = new SimpleDateFormat("yyyy-MM-dd").format(new Date()).concat(" 00:00:00");
but this is working for only one locale which is default time zone is set. So, Please somebody help me how to resolve my problem.