"Date Created" field is inaccurate

Gravity Forms stores entry creation dates in Coordinated Universal Time (UTC) by default.

GravityView displays the Date Created field using the blog’s local timezone for calculating the entry's creation date. If your blog's timezone hasn't been set, your blog will default to using UTC. Read how to set your blog's timezone.

If you prefer to display the UTC value instead of the timezone-adjusted value, use the gravityview_date_created_adjust_timezone filter like this:

add_filter( 'gravityview_date_created_adjust_timezone', '__return_false' );

Not sure what to do with that code? Here's how to add that code to your site.

Related: Importing dates in UTC timezone.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us