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

CommentFileSizeAuthor
timezone_0.patch1.13 KBowahab
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Gerhard Killesreiter’s picture

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.

killes@www.drop.org’s picture

However, I can confirm that the bug exists.

killes@www.drop.org’s picture

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.

killes@www.drop.org’s picture

Project: Event » Event Views
Component: Event Views » Code

moving