+ Reply to Thread
Results 1 to 3 of 3

how do I convert utc to a readable time format?

  1. #1
    Jon
    Guest

    how do I convert utc to a readable time format?

    I have a spreadsheet full of UTC codes and I want to convernt them to a
    standard date time format

  2. #2
    Bob Phillips
    Guest

    Re: how do I convert utc to a readable time format?

    Just add the hours offset, like

    =A1+TIME(6,0,0) for CST

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "Jon" <[email protected]> wrote in message
    news:[email protected]...
    > I have a spreadsheet full of UTC codes and I want to convernt them to a
    > standard date time format




  3. #3
    Jon
    Guest

    Re: how do I convert utc to a readable time format?

    Hi Bob

    Thanks for that. I probably wasn't too clear on the requirement but the good
    news is that I've found a solution. So to convert a UTC format date time eg
    1139184300
    into something sensible (this format is number of seconds since 1/1/1970) I
    used...

    =DATE(1970,1,1+(A1/(60*60*24)))+TIME(0,0,MOD(A1,(60*60*24)))

    Cheers

    Jon

    "Bob Phillips" wrote:

    > Just add the hours offset, like
    >
    > =A1+TIME(6,0,0) for CST
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > (replace somewhere in email address with gmail if mailing direct)
    >
    > "Jon" <[email protected]> wrote in message
    > news:[email protected]...
    > > I have a spreadsheet full of UTC codes and I want to convernt them to a
    > > standard date time format

    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1