My problem is that I want to convert the local time to GMT
. I am able to convert the actual time and save it to Parse but the problem is that Parse applies its own:
Wed Feb 24 10:00:00 GMT+05:30 2016
This is the date that I am getting after converting to GMT00:00
but the problem is the GMT+05:30
that is actually false as my date is actually in GMT
. Now when I put this date in the server it further decreases the time by 5:30 hrs. So how can we change this GMT+05:30
to GMT+00:00