Topic: timezone_mod
How to modify PunBB v. 1.2.5 to use plaintext zoneinfo locality strings vs. GMT relative
integer values.
This modification changes the timezone selection from a pure-math fixed-form system
to one based on strings and the system zoneinfo libraries. The associations between the
timezone strings and any PHP date/time functions is made by the OS system library calls.
It can be downloaded from here.
For example:
GMT -7 == US/Arizona
There are hundreds of these locality strings and they are much more descriptive than
GMT-relative values.
Note: This mod could cause privacy problems for those who would rather not disclose their locality.
A warning to the effect that would protect those who have issues with revealing such info and
they can always change their locality to be a little off but still be accurate.