• I have downloaded the version of 2.2.1 and exported the data into the CSV file and the date column in the CSV file shows something like this:
    “2021-07-13T04:32:18+00:00”

    Supposedly, it should be like this:
    “2021-07-13 12:32:18” (yyyy-mm-dd hh:mm:ss)

    My timezone is GMT+8

    How can I achieve that?

Viewing 1 replies (of 1 total)
  • I would like to follow up this. Is there any filter hook to change the date format from the CSV file.

    There is flamingo_add_inbound filter hook but i can’t unset the Date from the CSV file. I tried this unset($args['fields'][date] but still no luck to filter this date format.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘Local date and time doesn’t export correctly’ is closed to new replies.