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

  • SEARCH
  • Home
  • 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 8606959
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T03:13:20+00:00 2026-06-12T03:13:20+00:00

Has anyone used pywin32 pywintypes.DosDateTimetoTime to convert a DOS packed date/time structure to a

  • 0

Has anyone used pywin32 pywintypes.DosDateTimetoTime to convert a DOS packed date/time structure to a readable time format in Python?

I am unable find much documentation on how to use this function, what parameters are required and in what format.

I’m working on a script to extract files from an old DOS backup file, basically trying to replicate the old DOS restore command. I’m working on extracting files based off the format of a backup file found http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/restore/brtecdoc.htm

Thanks,
Jay

  • 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-06-12T03:13:22+00:00Added an answer on June 12, 2026 at 3:13 am

    It takes two parameters (16 bit integers) which are identical to the first two parameters of
    DosDateTimeToFileTime

    You can see that in the source code PyWinTypesmodule.cpp for pywin32:

    static PyObject *PyWin_DosDateTimeToTime(PyObject *self, PyObject *args)
    { 
        WORD wFatDate, wFatTime;
        if (!PyArg_ParseTuple(args, "hh", (WORD *)&wFatDate, (WORD *)&wFatTime))
            return NULL;
        FILETIME fd;
        If (!DosDateTimeToFileTime(wFatDate, wFatTime, &fd))
          return PyWin_SetAPIError("DosDateTimeToFileTime");
    }
    

    Those have to be of the format described in this MSDN link with the relevant parts copied below for convenience:

    wFatDate [in]
    The MS-DOS date. The date is a packed value with the following format.
        Bits    Description
        0-4     Day of the month (1–31)
        5-8     Month (1 = January, 2 = February, and so on)
        9-15    Year offset from 1980 (add 1980 to get actual year)
    
    wFatTime [in]
    The MS-DOS time. The time is a packed value with the following format.
        Bits    Description
        0-4     Second divided by 2
        5-10    Minute (0–59)
       11-15    Hour (0–23 on a 24-hour clock)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Has anyone used Hazelcast (preferably 2.1) with play framework 2.0/2.1 (not 1.2+)? I am
Has anyone used both Joone and Encog in production applications? Is there something you
Has anyone used a Java based library for generating excel documents? Preferably support for
Has anyone used this plugin? I don't know if my setup is right, but
Has anyone used Robotium or Calculon for testing Android apps? Are they useful? Any
We need info about Subversion for iSeries (OpenSource version). Has anyone used it for
Has anyone ever used the hidden class PackageParser in Android source code with java
Has anyone successfully used Tokyo Cabinet / Tokyo Tyrant with large datasets? I am
I'm just curious to know if anyone has used (successfully) Fusion Charts with Open
Has anyone of you ever used php_writeexcel (http://www.bettina-attack.de/jonny/view.php/projects/php_writeexcel/)? I would like to know if

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.