Page MenuHomePhabricator

Config tests: check wgTimeZone against DateTimeZone::listIdentifiers()
Open, Needs TriagePublic

Description

DateTimeZone::listIdentifiers() lists the timezone recognized by HHVM. A good test could be to check values of wgTimeZone against this list, that will be more convenient than do it manually each time and precise than iana timezone database lookup.

Event Timeline

Dereckson renamed this task from Check wgTimeZone against DateTimeZone::listIdentifiers() to Config tests: check wgTimeZone against DateTimeZone::listIdentifiers().Nov 8 2016, 3:41 PM
Dereckson updated the task description. (Show Details)
Dereckson added a project: User-Dereckson.