Gmt time without using phone calendar

Hello,
can I get the gmt time and date without using the iPhone calendar ?
as user can change the iPhone calendar manually and so I will get a wrong gmt time.

Replies

You can use Date (or NSDate) to get timezone independent date and time.
if i used Date or NSDate and changed the time zone. it gives me the new time according to the time set on the iPhone which is fake.
I need to get the real time in the current country without using the Date()

according to the time set on the iPhone which is fake.

Seems I was misreading what phone calendar means.

I need to get the real time in the current country without using the Date()

I'm afraid no real time is available in device. You may need to access to a time server.