Comment 2 for bug 1567890

Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Thanks for spotting this.
I can confirm this, just by adding SF and Mountain View.

From the code, SF was set to the timezone of Costa_Rica, which is one hour ahead of it:

void StaticTimeZoneModel::addCity(const QString &cityId, const QString &cityName, const QString
&timezone, const QString &countryName) {
...
...
addCity("San Francisco", _("San Francisco"), "America/Costa_Rica", _("United States"));