Download & Extend

Timezone appears as integer in created views

Project:Event Views
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:needs review

Issue Summary

Timezone field appears as integer, say "487", instead of zone name, "Etc/GMT" for example.

AttachmentSize
timezone_0.patch1.13 KB

Comments

#1

Status:reviewed & tested by the community» needs work

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

Version:5.x-2.x-dev» 5.x-1.x-dev
Status:needs work» needs review

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

Project:Event» Event Views
Version:5.x-1.x-dev» 5.x-1.x-dev
Component:Event Views» Code

moving