Title: Userbased Timezone
Last modified: September 21, 2022

---

# Userbased Timezone

 *  [mipapamedijo](https://wordpress.org/support/users/mipapamedijo/)
 * (@mipapamedijo)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/userbased-timezone/)
 * Is there a way to use a configuration via PHP or 3rd party plugin to display 
   the matches’ schedule accordingly the user’s local timezone?
    Thanks!

Viewing 1 replies (of 1 total)

 *  Plugin Author [AntoineH](https://wordpress.org/support/users/antoineh/)
 * (@antoineh)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/userbased-timezone/#post-16033126)
 * There are 2 filters that you can hook into to change the display of the match
   time. Which one you need (or maybe both) depends which page you want to change.
 * 1. `footballpool_match_table_match_template_params` for the match table page.
   
   2. `footballpool_predictionform_match_template_params` for the prediction sheet.
 * Both filters contain a parameter array in which you can overwrite the match time
   value. So your code should only hook into the filter, update the array value 
   with the time corrected to the timezone and return the changed array.

Viewing 1 replies (of 1 total)

The topic ‘Userbased Timezone’ is closed to new replies.

 * ![](https://ps.w.org/football-pool/assets/icon-256x256.png?rev=983880)
 * [Football Pool](https://wordpress.org/plugins/football-pool/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/football-pool/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/football-pool/)
 * [Active Topics](https://wordpress.org/support/plugin/football-pool/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/football-pool/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/football-pool/reviews/)

## Tags

 * [time](https://wordpress.org/support/topic-tag/time/)
 * [timezone](https://wordpress.org/support/topic-tag/timezone/)

 * 1 reply
 * 2 participants
 * Last reply from: [AntoineH](https://wordpress.org/support/users/antoineh/)
 * Last activity: [3 years, 8 months ago](https://wordpress.org/support/topic/userbased-timezone/#post-16033126)
 * Status: not a support question