+ Reply to Thread
Results 1 to 6 of 6

UNIX Timestamp conversion to date

  1. #1
    Registered User
    Join Date
    02-24-2014
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    1

    UNIX Timestamp conversion to date

    Hi,

    I need your help on the below.

    I have timestamp (EST) in DB whihc is in UNIX format. How can we convert the same in to normal date in excel.

    1381222222096

    1381222507849

    1381227500452.

    Please let me know if you need any other info.

    Thanks in advance.
    Prasantha.

  2. #2
    Valued Forum Contributor
    Join Date
    05-13-2010
    Location
    Belo Horizonte, Brazil
    MS-Off Ver
    Excel 2003; 2007
    Posts
    441

    Re: UNIX Timestamp conversion to date

    Gopavarapu, Good morning.

    Please, may you explain better how to determine a real date and time from these line?

    Explain and put a real example.
    I'm sure that your doubt will receive a solution.

    Have a nice day.
    ...If my answer helped you, Please, click on. * Add Reputation (at left)

    Best regards.
    Marc?lio Lob?o

  3. #3
    Valued Forum Contributor adyteo's Avatar
    Join Date
    01-10-2013
    Location
    Calgary
    MS-Off Ver
    Excel 2010
    Posts
    540

    Re: UNIX Timestamp conversion to date

    Here is the explanation: http://www.epochconverter.com/
    Click on the star if you think I helped you

  4. #4
    Valued Forum Contributor adyteo's Avatar
    Join Date
    01-10-2013
    Location
    Calgary
    MS-Off Ver
    Excel 2010
    Posts
    540

    Re: UNIX Timestamp conversion to date

    You can use the following fileUNIX_Time.xlsx

  5. #5
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: UNIX Timestamp conversion to date

    Try this and format as dd/mm/yy hh:mm.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If posting code please use code tags, see here.

  6. #6
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: UNIX Timestamp conversion to date

    Formula:

    =(((LEFT(A1,LEN(A1)-3)/60)/60)/24)+DATE(1970,1,1)-"4:00"

    Will convert to EST

    Format: Custom
    m/d/yyyy h:mm:ss AM/PM

    A
    B
    1
    1381222222096
    10/8/2013 4:50:22 AM
    2
    1381222507849
    10/8/2013 4:55:07 AM
    3
    1381227500452
    10/8/2013 6:18:20 AM
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Unix Timestamp conversion
    By WelshBathfan in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-18-2012, 04:04 AM
  2. Excel and Unix Timestamp manipulation
    By sergio_84 in forum Excel General
    Replies: 1
    Last Post: 04-14-2012, 07:10 PM
  3. [SOLVED] Convert Unix timestamp to Readable Date/time
    By Emily in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-26-2006, 08:00 PM
  4. TimeStamp Conversion
    By Denham in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-17-2005, 11:06 AM
  5. [SOLVED] How can I convert an exported UNIX timestamp in excel?
    By prod sorter in forum Excel General
    Replies: 5
    Last Post: 03-20-2005, 07:06 PM

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