Venezuela Time Zone

maq0r - March 2, 2008 - 04:49
Project:Drupal
Version:6.x-dev
Component:other
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Issue tags:Novice
Description

Hello,

During installation I get to select timezone, Venezuela's new timezone as of December is -4:30

#1

dmitrig01 - March 2, 2008 - 04:56

Better report:
During installation, you are asked to select a timezone. Currently, that dropdown doesn't show any half-hour timezones. As of December, 2007, Venezuela is GMT/UTC-0430, which is a half-hour timezone.

#2

ztyx - September 29, 2008 - 23:15
Assigned to:maq0r» Anonymous

#3

yan - October 23, 2008 - 18:30

+1

The venezuelan timezone (and other timezones not included so far) should be supported.

#4

mokhin - July 5, 2009 - 00:41

How to fix it:

function _system_zonelist() in modules/system/system.module misses the entry for Venezuela.

$zonelist = array(-11, -10, -9.5, -9, -8, -7, -6, -5, -4, -3.5, -3, -2, -1, 0, 1, 2, 3, 3.5, 4, 5, 5.5, 5.75, 6, 6.5, 7, 8, 9, 9.5, 10, 10.5, 11, 11.5, 12, 12.75, 13, 14);

Venezuelan time is -4.5, missing in the array,

#5

Damien Tournoud - July 5, 2009 - 08:40
Version:6.1» 6.x-dev
Priority:normal» critical

We really need to fix that. Drupal 7 timezone support is handled by PHP, and it is not affected by this.

#6

Damien Tournoud - July 5, 2009 - 08:41

And tagging as novice.

#7

JuliaKM - July 20, 2009 - 22:31
Status:active» needs review

Here's a patch that adds -4.5 to the $zonelist array.

AttachmentSizeStatusTest resultOperations
drupal6_228971.patch931 bytesIgnoredNoneNone

#8

dmitrig01 - July 21, 2009 - 00:59

-4.5 should come before -4, not after

#9

JuliaKM - July 21, 2009 - 13:08

D'oh! Here's a revised version.

AttachmentSizeStatusTest resultOperations
drupal6_228971.patch_v2.txt931 bytesIgnoredNoneNone

#10

lambic - September 9, 2009 - 19:38
Status:needs review» reviewed & tested by the community

does what it says on the can

#11

Gábor Hojtsy - September 15, 2009 - 10:51
Version:6.x-dev» 5.x-dev
Status:reviewed & tested by the community» patch (to be ported)

Thanks, committed to Drupal 6. Needs to be ported to Drupal 5, right?

#12

drumm - September 16, 2009 - 04:33
Version:5.x-dev» 6.x-dev
Priority:critical» normal
Status:patch (to be ported)» reviewed & tested by the community

Committing to D5.

Drupal 5 has a -2.5 too. It should be added to D6.

AttachmentSizeStatusTest resultOperations
system.module.d6.patch943 bytesIgnoredNoneNone

#13

Gábor Hojtsy - September 16, 2009 - 06:34
Status:reviewed & tested by the community» fixed

Committed to Drupal 6, thanks.

#14

System Message - September 30, 2009 - 06:40
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.