XF 2.2 Displaying date/time discrepancies

AndrewSimm

Well-known member
I one of my add-ons I have a few different spots where I display banned user information. On both templates the "end_date" value shows as "1714190400". In both templates I am using <xf:date time="" /> to display the value. In one instance the value does not change based on the visitors timezone but the other instance it does.

What should I be looking out for as a root cause to this? Again, both instances have the same unix timestamp.
 
Top Bottom