Simple forum software for building great communities.
Go to file
Toby Zerner d56b792a9d I think we're finally good with the timezone stuff now?
MySQL's UNIX_TIMESTAMP function interprets the date using MySQL's
configured timezone, which we don't want (may be misconfigured etc).
Instead, now we do the conversion to a timestamp on the PHP side. Then
JavaScript is given the offset between UTC and the configure timezone
so it can work out how to display the data.
2017-12-11 22:42:51 +10:30
extensions/statistics I think we're finally good with the timezone stuff now? 2017-12-11 22:42:51 +10:30