What is the reason to use Greenwich mean time (GMT) for world time. Is there any reason to use Greenwich Mean Time. Please any one explain.
Asked
Active
Viewed 405 times
-1
-
possible duplicate of [Should timestamps always use UTC?](http://stackoverflow.com/questions/11038128/should-timestamps-always-use-utc). See also [Storing DateTime (UTC) vs. storing DateTimeOffset](http://stackoverflow.com/questions/4715620/storing-datetime-utc-vs-storing-datetimeoffset) and especially [Daylight saving time and time zone best practices](http://stackoverflow.com/questions/2532729/daylight-saving-time-and-time-zone-best-practices) – Michael Petrotta Dec 21 '13 at 07:30
1 Answers
0
I would say that it is because most people are used to GMT. If you're going to display information to a person, specifically time, you would want a format they can easily understand. Using GMT saves you the extra steps of converting to UTC and back.
Although, you might consider which to display to users. One format may be more familiar than another. I would typically go with UTC for global applications, and GMT for European or UK-based applications.

vinay Maneti
- 1,447
- 1
- 23
- 31
-
This misses the point. [GMT and UTC are the same](http://stackoverflow.com/questions/1612148/gmt-vs-utc-dates), to within a few seconds. The OP is asking, why use GMT/UTC, vs. local time. – Michael Petrotta Dec 21 '13 at 07:27
-
I mean, why don't use India/China/Africa ... (or) other places for time zone. I don't know, this is the correct question. please explain me. – Visva Dec 21 '13 at 08:06
-