• Resolved vickistep

    (@vickistep)


    Hello. I noticed someone answer this question in another post but no solution offered. When I look at form entries, the timestamps show a different time zone. I read that its showing the timestamp of the server. The timestamp should really show the timezome that is selected in WordPress settings. This is creating lots of confusion for my websites where time stamp is important.

    Are there any other suggestions to resolve this? We are taking form entries for COVID grants and this is very urgent.

    Thank you for the support!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support Zhanna Khachatryan

    (@zhannak)

    Hello @vickistep,

    Thanks for your inquiry.

    Dear friend before we’ll update the plugin and fix the issue, please apply this fix:

    Please enter this file admin/views/Submissions_fm.php

    find this code
    <p><strong><a href="<?php echo $edit_url; ?>" target="_blank"><?php echo $data->date; ?></a></strong></p>

    and replace with this one
    <p><strong><a href="<?php echo $edit_url; ?>" target="_blank"><?php echo get_date_from_gmt($data->date); ?></a></strong></p>

    Great!
    I replace this as per instructions and work for Backend (in Submission Menu). But, after export as csv, the timezone in exported csv still wrong.

    Any idea how to fix this issue? As we need a correct timezone.

    Plugin Support Zhanna Khachatryan

    (@zhannak)

    Hello @dakmuo,

    Thanks for getting back to me.

    Next week we’ll release a new version and this issue will be solved completely, I hope this won’t be too late for you.

    Great!

    Cant wait for this good news…

    Thanks a lot!

    Plugin Support Zhanna Khachatryan

    (@zhannak)

    Always happy to assist you @dakmuo ??

    Hi Zhanna,

    May i know if u already have push the new update?

    Thanks

    Plugin Support Zhanna Khachatryan

    (@zhannak)

    Dear @dakmuo,

    unfortunately not yet, but it is expected to be released very soon.

    I am very sorry that this has taken longer than expected.

    Plugin Support Zhanna Khachatryan

    (@zhannak)

    Dear friends,

    I just want to let you know that the version which solves this issue is released, please update the plugin to the latest 1.13.39/2.13.39 versions.

    Thanks for your patience.

    Hi @zhannak,
    Yes, i just update last night and the plugin work like a champ!

    Ur team has done a great work! Thank you so much!

    Plugin Support Zhanna Khachatryan

    (@zhannak)

    Awesome @dakmuo ??

    Thanks for the feedback!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Incorrect Timezone on Form Entries’ is closed to new replies.