Incorrect time is displayed in the Questions and Answers section
-
In the Questions and Answers section, the messages appear to me (4 hours ago) even though I have sent them at that moment. I have not found a solution.
Searching in your code I found the source from where they take the time,
tutor_time()
so I checked my worpress time, changed it from string to UTC, provided in all possible ways and just in case also added the filteradd_filter( 'pre_option_gmt_offset', 'wp_timezone_override_offset', 1000 );
But nothing worked, the messages keep coming (4 hours ago) my impression is that the problem is in /tutor/assets/js/tutor-front.min.js
Please help
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Incorrect time is displayed in the Questions and Answers section’ is closed to new replies.