Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6633517
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T22:49:21+00:00 2026-05-25T22:49:21+00:00

I have the following from a Microsoft SQL Server database for date/time value: 0x00009CEF00A25634

  • 0

I have the following from a Microsoft SQL Server database for date/time value:

0x00009CEF00A25634

I found this post:
Help me translate long value, expressed in hex, back in to a date/time

Which seemed to be on the right track but by using the code I didn’t get the right dates, are my hex dates in a different format? How would I convert them to a normal date, I am using PHP/PostgreSQL.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T22:49:22+00:00Added an answer on May 25, 2026 at 10:49 pm

    select CAST (0x00009CEF00A25634 as datetime) gives 2009-12-30 09:51:03.000

    This is two integers. One for the date part 0x00009CEF (decimal 40175) and one for the time part 00A25634 (decimal 10638900). The date part is a signed integer giving number of days since 1 Jan 1900. The time part is an integer representing number of ticks.

    There are 300 ticks in a second.

    It can be seen that the following also returns the same result

    SELECT DATEADD(MILLISECOND,10638900*10/3.0, DATEADD(DAY,40175, '19000101'))
    

    You will need to figure out how to apply this to postgres.

    Edit: an answer here apparently does this. I haven’t tested it myself.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following database schema (Microsoft SQL Server Compact Edition): How can I
I tried to backup my database following the instruction from SQL Server: Database stuck
I have a SQL Server 2008 database that contains DateTimeOffset objects. As per this
I have the following software installed on the machine: Microsoft SQL Server Express 2005
I have a table named t_Student in Microsoft SQL Server 2005 database. In that
I have a Access Data Project that connects to an SQL server database. Recently
I have a database on line with Godaddy (who uses SQL Server 2005). They
Programs used: SQL Server 2000, Excel 2003 We have a table in our database
I need to replicate data from Microsoft SQL Server to MySQL or PostgreSQL. The
I am using a Microsoft SQL Server 2005 stored procedure to post records in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.