How can I force Windows to display the seconds in the date modified/created column of Explorer?











up vote
6
down vote

favorite
1












This is primarily for Windows 7, but I work in multiple versions and would happy to be able to do it in as many of them as possible. Currently, when I open Explorer and look at a list of files, the date modified column shows something like:



09/18/2013 10:03



I would like it to display:



09/18/2013 10:03:42



I've tried changing the region and language settings for the short time format from HH:mm to HH:mm:ss, but it says it ignores seconds for that. Does that mean I'm just out of luck? And again, I'd like to be able to do this in any other previous versions of Windows too. It's useful for me as a developer to be able to see the seconds in a lot of situations.



Minor clarification: I did find this question and answer, which helped me to improve the file properties display, but I wanted to be able to view the full timestamp for all the files in a folder at once, instead of individually.










share|improve this question

















This question has an open bounty worth +50
reputation from Holistic Developer ending in 2 days.


This question has not received enough attention.
















  • I'm guessing your best bet is to use Powershell (as described in your link)...
    – Doktoro Reichard
    Sep 18 '13 at 15:23












  • The question you linked has answers to your question (look at the answers other than the accepted one). You can't do it natively, but there are a few alternatives suggested. Did you try any of those?
    – Ƭᴇcʜιᴇ007
    Sep 18 '13 at 15:30










  • Yes, I was looking for a native solution. Most of those answers are still just showing individual file timestamps. The closest to a good solution is the forfiles answer, but it's not convenient because the results aren't formatted or sortable.
    – Joe M
    Sep 18 '13 at 16:26










  • You could pipe those results to a text file. Assuming you had Excel (or any other spreadsheet software by that matter) you could then sort them. The Details folder view may be what you would ideally want but that has the same problem. Have you tried to use a different file manager?
    – Doktoro Reichard
    Sep 18 '13 at 19:04






  • 6




    Which idiot developer in MS decided they can conveniently and silently strip ss from the time format string even if the user is manually asking for it??? If I don't want the seconds to show, I can remove it from the string myself!
    – ADTC
    Oct 28 '13 at 6:51















up vote
6
down vote

favorite
1












This is primarily for Windows 7, but I work in multiple versions and would happy to be able to do it in as many of them as possible. Currently, when I open Explorer and look at a list of files, the date modified column shows something like:



09/18/2013 10:03



I would like it to display:



09/18/2013 10:03:42



I've tried changing the region and language settings for the short time format from HH:mm to HH:mm:ss, but it says it ignores seconds for that. Does that mean I'm just out of luck? And again, I'd like to be able to do this in any other previous versions of Windows too. It's useful for me as a developer to be able to see the seconds in a lot of situations.



Minor clarification: I did find this question and answer, which helped me to improve the file properties display, but I wanted to be able to view the full timestamp for all the files in a folder at once, instead of individually.










share|improve this question

















This question has an open bounty worth +50
reputation from Holistic Developer ending in 2 days.


This question has not received enough attention.
















  • I'm guessing your best bet is to use Powershell (as described in your link)...
    – Doktoro Reichard
    Sep 18 '13 at 15:23












  • The question you linked has answers to your question (look at the answers other than the accepted one). You can't do it natively, but there are a few alternatives suggested. Did you try any of those?
    – Ƭᴇcʜιᴇ007
    Sep 18 '13 at 15:30










  • Yes, I was looking for a native solution. Most of those answers are still just showing individual file timestamps. The closest to a good solution is the forfiles answer, but it's not convenient because the results aren't formatted or sortable.
    – Joe M
    Sep 18 '13 at 16:26










  • You could pipe those results to a text file. Assuming you had Excel (or any other spreadsheet software by that matter) you could then sort them. The Details folder view may be what you would ideally want but that has the same problem. Have you tried to use a different file manager?
    – Doktoro Reichard
    Sep 18 '13 at 19:04






  • 6




    Which idiot developer in MS decided they can conveniently and silently strip ss from the time format string even if the user is manually asking for it??? If I don't want the seconds to show, I can remove it from the string myself!
    – ADTC
    Oct 28 '13 at 6:51













up vote
6
down vote

favorite
1









up vote
6
down vote

favorite
1






1





This is primarily for Windows 7, but I work in multiple versions and would happy to be able to do it in as many of them as possible. Currently, when I open Explorer and look at a list of files, the date modified column shows something like:



09/18/2013 10:03



I would like it to display:



09/18/2013 10:03:42



I've tried changing the region and language settings for the short time format from HH:mm to HH:mm:ss, but it says it ignores seconds for that. Does that mean I'm just out of luck? And again, I'd like to be able to do this in any other previous versions of Windows too. It's useful for me as a developer to be able to see the seconds in a lot of situations.



Minor clarification: I did find this question and answer, which helped me to improve the file properties display, but I wanted to be able to view the full timestamp for all the files in a folder at once, instead of individually.










share|improve this question















This is primarily for Windows 7, but I work in multiple versions and would happy to be able to do it in as many of them as possible. Currently, when I open Explorer and look at a list of files, the date modified column shows something like:



09/18/2013 10:03



I would like it to display:



09/18/2013 10:03:42



I've tried changing the region and language settings for the short time format from HH:mm to HH:mm:ss, but it says it ignores seconds for that. Does that mean I'm just out of luck? And again, I'd like to be able to do this in any other previous versions of Windows too. It's useful for me as a developer to be able to see the seconds in a lot of situations.



Minor clarification: I did find this question and answer, which helped me to improve the file properties display, but I wanted to be able to view the full timestamp for all the files in a folder at once, instead of individually.







windows-7 windows-explorer






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 20 '17 at 10:17









Community

1




1










asked Sep 18 '13 at 15:03









Joe M

203415




203415






This question has an open bounty worth +50
reputation from Holistic Developer ending in 2 days.


This question has not received enough attention.








This question has an open bounty worth +50
reputation from Holistic Developer ending in 2 days.


This question has not received enough attention.














  • I'm guessing your best bet is to use Powershell (as described in your link)...
    – Doktoro Reichard
    Sep 18 '13 at 15:23












  • The question you linked has answers to your question (look at the answers other than the accepted one). You can't do it natively, but there are a few alternatives suggested. Did you try any of those?
    – Ƭᴇcʜιᴇ007
    Sep 18 '13 at 15:30










  • Yes, I was looking for a native solution. Most of those answers are still just showing individual file timestamps. The closest to a good solution is the forfiles answer, but it's not convenient because the results aren't formatted or sortable.
    – Joe M
    Sep 18 '13 at 16:26










  • You could pipe those results to a text file. Assuming you had Excel (or any other spreadsheet software by that matter) you could then sort them. The Details folder view may be what you would ideally want but that has the same problem. Have you tried to use a different file manager?
    – Doktoro Reichard
    Sep 18 '13 at 19:04






  • 6




    Which idiot developer in MS decided they can conveniently and silently strip ss from the time format string even if the user is manually asking for it??? If I don't want the seconds to show, I can remove it from the string myself!
    – ADTC
    Oct 28 '13 at 6:51


















  • I'm guessing your best bet is to use Powershell (as described in your link)...
    – Doktoro Reichard
    Sep 18 '13 at 15:23












  • The question you linked has answers to your question (look at the answers other than the accepted one). You can't do it natively, but there are a few alternatives suggested. Did you try any of those?
    – Ƭᴇcʜιᴇ007
    Sep 18 '13 at 15:30










  • Yes, I was looking for a native solution. Most of those answers are still just showing individual file timestamps. The closest to a good solution is the forfiles answer, but it's not convenient because the results aren't formatted or sortable.
    – Joe M
    Sep 18 '13 at 16:26










  • You could pipe those results to a text file. Assuming you had Excel (or any other spreadsheet software by that matter) you could then sort them. The Details folder view may be what you would ideally want but that has the same problem. Have you tried to use a different file manager?
    – Doktoro Reichard
    Sep 18 '13 at 19:04






  • 6




    Which idiot developer in MS decided they can conveniently and silently strip ss from the time format string even if the user is manually asking for it??? If I don't want the seconds to show, I can remove it from the string myself!
    – ADTC
    Oct 28 '13 at 6:51
















I'm guessing your best bet is to use Powershell (as described in your link)...
– Doktoro Reichard
Sep 18 '13 at 15:23






I'm guessing your best bet is to use Powershell (as described in your link)...
– Doktoro Reichard
Sep 18 '13 at 15:23














The question you linked has answers to your question (look at the answers other than the accepted one). You can't do it natively, but there are a few alternatives suggested. Did you try any of those?
– Ƭᴇcʜιᴇ007
Sep 18 '13 at 15:30




The question you linked has answers to your question (look at the answers other than the accepted one). You can't do it natively, but there are a few alternatives suggested. Did you try any of those?
– Ƭᴇcʜιᴇ007
Sep 18 '13 at 15:30












Yes, I was looking for a native solution. Most of those answers are still just showing individual file timestamps. The closest to a good solution is the forfiles answer, but it's not convenient because the results aren't formatted or sortable.
– Joe M
Sep 18 '13 at 16:26




Yes, I was looking for a native solution. Most of those answers are still just showing individual file timestamps. The closest to a good solution is the forfiles answer, but it's not convenient because the results aren't formatted or sortable.
– Joe M
Sep 18 '13 at 16:26












You could pipe those results to a text file. Assuming you had Excel (or any other spreadsheet software by that matter) you could then sort them. The Details folder view may be what you would ideally want but that has the same problem. Have you tried to use a different file manager?
– Doktoro Reichard
Sep 18 '13 at 19:04




You could pipe those results to a text file. Assuming you had Excel (or any other spreadsheet software by that matter) you could then sort them. The Details folder view may be what you would ideally want but that has the same problem. Have you tried to use a different file manager?
– Doktoro Reichard
Sep 18 '13 at 19:04




6




6




Which idiot developer in MS decided they can conveniently and silently strip ss from the time format string even if the user is manually asking for it??? If I don't want the seconds to show, I can remove it from the string myself!
– ADTC
Oct 28 '13 at 6:51




Which idiot developer in MS decided they can conveniently and silently strip ss from the time format string even if the user is manually asking for it??? If I don't want the seconds to show, I can remove it from the string myself!
– ADTC
Oct 28 '13 at 6:51










1 Answer
1






active

oldest

votes

















up vote
2
down vote













Unfortunately, Microsoft has blocked all possibilities for displaying the
seconds.



Windows Explorer now ignores any such specification coming from the system date
format, and this is done on the code-level, so any fix will need to directly
patch the binary explorer.exe, which is not recommended.



On the other hand, Microsoft has also decided to cancel the possibility for
Explorer add-ons to create new columns
(link),
so even that way is now blocked, or such a solution would have surely existed
by now.



There is simply no solution possible when using Windows Explorer,
so you need to turn to third-party products, of which there is a large choice
available.



See the article
Best Free File Manager
for a whole list of such alternatives to Explorer, with reviews.
There are too many to list here, especially since product recommendations
are not allowed on our site, and since choosing one over the others
is more a matter of personal taste.



Using a third-party product will also solve the problem for all Windows versions.
Even where installation is impossible, quite a number of these products
are also available as a portable app that you may carry around with you.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














     

    draft saved


    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f647067%2fhow-can-i-force-windows-to-display-the-seconds-in-the-date-modified-created-colu%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote













    Unfortunately, Microsoft has blocked all possibilities for displaying the
    seconds.



    Windows Explorer now ignores any such specification coming from the system date
    format, and this is done on the code-level, so any fix will need to directly
    patch the binary explorer.exe, which is not recommended.



    On the other hand, Microsoft has also decided to cancel the possibility for
    Explorer add-ons to create new columns
    (link),
    so even that way is now blocked, or such a solution would have surely existed
    by now.



    There is simply no solution possible when using Windows Explorer,
    so you need to turn to third-party products, of which there is a large choice
    available.



    See the article
    Best Free File Manager
    for a whole list of such alternatives to Explorer, with reviews.
    There are too many to list here, especially since product recommendations
    are not allowed on our site, and since choosing one over the others
    is more a matter of personal taste.



    Using a third-party product will also solve the problem for all Windows versions.
    Even where installation is impossible, quite a number of these products
    are also available as a portable app that you may carry around with you.






    share|improve this answer



























      up vote
      2
      down vote













      Unfortunately, Microsoft has blocked all possibilities for displaying the
      seconds.



      Windows Explorer now ignores any such specification coming from the system date
      format, and this is done on the code-level, so any fix will need to directly
      patch the binary explorer.exe, which is not recommended.



      On the other hand, Microsoft has also decided to cancel the possibility for
      Explorer add-ons to create new columns
      (link),
      so even that way is now blocked, or such a solution would have surely existed
      by now.



      There is simply no solution possible when using Windows Explorer,
      so you need to turn to third-party products, of which there is a large choice
      available.



      See the article
      Best Free File Manager
      for a whole list of such alternatives to Explorer, with reviews.
      There are too many to list here, especially since product recommendations
      are not allowed on our site, and since choosing one over the others
      is more a matter of personal taste.



      Using a third-party product will also solve the problem for all Windows versions.
      Even where installation is impossible, quite a number of these products
      are also available as a portable app that you may carry around with you.






      share|improve this answer

























        up vote
        2
        down vote










        up vote
        2
        down vote









        Unfortunately, Microsoft has blocked all possibilities for displaying the
        seconds.



        Windows Explorer now ignores any such specification coming from the system date
        format, and this is done on the code-level, so any fix will need to directly
        patch the binary explorer.exe, which is not recommended.



        On the other hand, Microsoft has also decided to cancel the possibility for
        Explorer add-ons to create new columns
        (link),
        so even that way is now blocked, or such a solution would have surely existed
        by now.



        There is simply no solution possible when using Windows Explorer,
        so you need to turn to third-party products, of which there is a large choice
        available.



        See the article
        Best Free File Manager
        for a whole list of such alternatives to Explorer, with reviews.
        There are too many to list here, especially since product recommendations
        are not allowed on our site, and since choosing one over the others
        is more a matter of personal taste.



        Using a third-party product will also solve the problem for all Windows versions.
        Even where installation is impossible, quite a number of these products
        are also available as a portable app that you may carry around with you.






        share|improve this answer














        Unfortunately, Microsoft has blocked all possibilities for displaying the
        seconds.



        Windows Explorer now ignores any such specification coming from the system date
        format, and this is done on the code-level, so any fix will need to directly
        patch the binary explorer.exe, which is not recommended.



        On the other hand, Microsoft has also decided to cancel the possibility for
        Explorer add-ons to create new columns
        (link),
        so even that way is now blocked, or such a solution would have surely existed
        by now.



        There is simply no solution possible when using Windows Explorer,
        so you need to turn to third-party products, of which there is a large choice
        available.



        See the article
        Best Free File Manager
        for a whole list of such alternatives to Explorer, with reviews.
        There are too many to list here, especially since product recommendations
        are not allowed on our site, and since choosing one over the others
        is more a matter of personal taste.



        Using a third-party product will also solve the problem for all Windows versions.
        Even where installation is impossible, quite a number of these products
        are also available as a portable app that you may carry around with you.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Nov 22 at 6:52

























        answered Nov 21 at 8:45









        harrymc

        248k10257546




        248k10257546






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f647067%2fhow-can-i-force-windows-to-display-the-seconds-in-the-date-modified-created-colu%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕