The SitemapParser is using strtotime without setting the environment time zone to GMT. This is breaking tests. Why tests passed before I don't know. Patch coming.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 901798-1_strtotime.patch | 1.76 KB | alex_b |
The SitemapParser is using strtotime without setting the environment time zone to GMT. This is breaking tests. Why tests passed before I don't know. Patch coming.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 901798-1_strtotime.patch | 1.76 KB | alex_b |
Comments
Comment #1
alex_b commentedFixed by setting tz to GMT.
Comment #2
alex_b commentedCommitted.