Time conversion between est and utc

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Himmi
    New Member
    • Apr 2013
    • 2

    Time conversion between est and utc

    I want to convert time from est to utc. Do help regarding this.Is there any function for this.
  • Himmi
    New Member
    • Apr 2013
    • 2

    #2
    I want the conversion using c.

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      All you need to do is add or subtract a number of hours from a given time.

      Standard time functions (<time.h> will give you the specified time in seconds, which you can then add/subtract the offset of est from utc. Other functons allow you to format the result into a time string.

      Comment

      • whodgson
        Contributor
        • Jan 2007
        • 542

        #4
        I think you would need to know the longitude of the e.s.t. location to calculate ut (the old GMT)

        Comment

        Working...