Title: Timestamp conversion not working
Last modified: July 9, 2023

---

# Timestamp conversion not working

 *  Resolved [little_bird](https://wordpress.org/support/users/little_bird/)
 * (@little_bird)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/timestamp-conversion-not-working/)
 * Hi,
 * I tried many times to export a client CSV file with the option “Convert timestamp
   data to date format” enabled, but the columns wc_last_active and last_update 
   in the CSV file are still timestamp.
 * What am I doing wrong?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Javier Carazo](https://wordpress.org/support/users/carazo/)
 * (@carazo)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/timestamp-conversion-not-working/#post-16882693)
 * Hello,
 * Some of this conditions are not being applied
 * if( $this->get_convert_timestamp() && is_int( $value ) && ( ( $this->is_valid_timestamp(
   $value ) && strlen( $value ) > 4 ) || in_array( $key, $timestamp_keys) ) ){ //
   dates in timestamp format
 * return date( $datetime_format, $value );
 * }
 * This value is included by default:
 * $timestamp_keys = apply_filters( ‘acui_export_timestamp_keys’, array( ‘wc_last_active’));
 * So wc_last_active should always be transformed.
 * I have a busy week, but this Friday or next week I will do some tests to be sure
   that it is working on my test sites.
 *  Plugin Author [Javier Carazo](https://wordpress.org/support/users/carazo/)
 * (@carazo)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/timestamp-conversion-not-working/#post-16902859)
 * Yes, you were right. I have just fixed it.
 * In the next release it will be solved.
 * Thanks for reporting.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Timestamp conversion not working’ is closed to new replies.

 * ![](https://ps.w.org/import-users-from-csv-with-meta/assets/icon-256x256.png?
   rev=1174343)
 * [Import and export users and customers](https://wordpress.org/plugins/import-users-from-csv-with-meta/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/import-users-from-csv-with-meta/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/import-users-from-csv-with-meta/)
 * [Active Topics](https://wordpress.org/support/plugin/import-users-from-csv-with-meta/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/import-users-from-csv-with-meta/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/import-users-from-csv-with-meta/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Javier Carazo](https://wordpress.org/support/users/carazo/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/timestamp-conversion-not-working/#post-16902859)
 * Status: resolved