The special variables CURRENTTIME, CURRENTDAY, etc seem to report the time as
UTC (resp. GMT). This leads to a lot of confusion, for example (in the german
WP) the votes for deletion end up on "yestardays" page until 2am (because CEST
is UTC +02:00). I wonder how this is done in the en:WP - is there a workaround?
It would be extremely useful if one could specify a time zone or offset in a
setup-file, so that those variables return the local time. Alternatively, it
would be good (but probably more complexe) to have the variables behave as
funtions, i.e. {{CURRENTTIME(CEST)}} would return the time as CEST. Dealing with
daylight saving time is anotehr issue - maybe Olson-DB names should be used
instead of time zones. But there is no support for that in PHP. (or is there?)
Version: unspecified
Severity: enhancement