mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #04025
[Bug 787262] [NEW] erroneous timezone offset error message
Public bug reported:
In the 1.4 RC, htdocs/lib/upgrade.php checks to see that strftime('%z')
returns a "+" followed by four digits. However, the timezone offset can
start with a "-" as well. So, for example, someone running Mahara in the
US will be told that their PHP is not returning a useful timezone
offset, but it in fact is. The timezone offset in California, for
example, during this time of year is -0700.
** Affects: mahara
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/787262
Title:
erroneous timezone offset error message
Status in Mahara ePortfolio:
New
Bug description:
In the 1.4 RC, htdocs/lib/upgrade.php checks to see that
strftime('%z') returns a "+" followed by four digits. However, the
timezone offset can start with a "-" as well. So, for example, someone
running Mahara in the US will be told that their PHP is not returning
a useful timezone offset, but it in fact is. The timezone offset in
California, for example, during this time of year is -0700.
Follow ups
References