TICKS & UNIX TIME

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pool
    New Member
    • Jun 2007
    • 7

    TICKS & UNIX TIME

    I was tyring to convert the date "8/17/2004 7:42:00 PM" to a unixtime format. i getting a value as below

    Ticks: 632283685200000 000

    What is the heck is this? What is tick?
    The expected value is "1092771720 "

    Please let me know why is the number is too large & i need to interperate this huge number
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    What system is this on? I would have guessed that is time since the epoch for posix but it doesn't look right unless it's a 64-bit system, maybe.

    Comment

    • Pool
      New Member
      • Jun 2007
      • 7

      #3
      the system is IBM remedy Db2 databse in Unix. Now how can I arrive the correct number from the long number.. Please help

      Comment

      Working...