If my unix machine is set to IST timezone , how can I get the current GMT time ?
closed as off topic by Michael Petrotta, Tonny Madsen, gnat, evilone, finnw Nov 19 '12 at 8:28
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
You can use the
|
|||
|
|
|
If you're doing this from a shell script, you can use From C, you would use |
|||
|
|
|
In command line, you can set a timezone to the one you would like to see, and check the time with date command, before returning to the original one.
Also of course, as suggested, to see just universal time, you can use the one suggested before |
|||
|
|
