• Resolved vkumar14

    (@vkumar14)


    I have imported some post with old post date. I want to keep the post date , as it is in the csv file. I have kept the old date in post_date column. The post date format is 2014-09-06 12:05:07 . I have also tried Sep 6, 2014 12:05 .

    Is their any other format that will be supported ? I can see that in the export csv file, the post_date format is 2014-09-06 12:05:07 .

    https://www.ads-software.com/plugins/wp-ultimate-csv-importer/

Viewing 3 replies - 31 through 33 (of 33 total)
  • Hi,
    The default post_date format is in WordPress are “UTC time is 2014-10-24 4:35:22”. You can check in your WordPress general settings under Settings.

    You should mention the date format like “YYYY-MM-DD HH:MM:SS” or “YYYY/MM/DD HH:MM:SS” in your CSV file. OtherWise, If you mention the date as “12-11-10 12:00:00” in format of “YY-MM-DD HH:MM:SS” (or) “MM-DD-YY HH:MM:SS” (or) “DD-MM-YY HH:MM:SS” means its automatically considered the first two digits as year like in the format of “YYYY-MM-DD HH:MM:SS”. Then, the imported date will be like “2012-11-10 12:00:00”.

    So, you have to mention the date correct as in WordPress default format.

    Here, I have attached the sample CSV & screenshots for the importer reports. Kindly check those and verify with the sample CSV.

    Thanks.

    Thank you for that fredricksujin. That fixed my issue.

    Plugin Author smackcoders

    (@smackcoders)

    New version 3.6.6 is available now. Kindly update the plugin to get this fixed.

Viewing 3 replies - 31 through 33 (of 33 total)
  • The topic ‘post_date is not working’ is closed to new replies.