Timezone appears as integer in created views
Omar - September 1, 2007 - 01:12
| Project: | Event Views |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Jump to:
Description
Timezone field appears as integer, say "487", instead of zone name, "Etc/GMT" for example.
| Attachment | Size |
|---|---|
| timezone_0.patch | 1.13 KB |

#1
This patch won't work because the timezone file is actually removed rom event 5.2. The info is now stored in the database.
#2
However, I can confirm that the bug exists.
#3
I've fixed this on the 5.2 branch (you'll need to invalidate the views cache to see it). It might need to be fixed in the 5.1 branch too. For this the original patch might be useful.
#4
moving