Hello,

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

Comments

dmitrig01’s picture

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.

ztyx’s picture

Assigned: maq0r » Unassigned
yan’s picture

+1

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

mokhin’s picture

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,

damien tournoud’s picture

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.

damien tournoud’s picture

Issue tags: +Novice

And tagging as novice.

JuliaKM’s picture

Status: Active » Needs review
StatusFileSize
new931 bytes

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

dmitrig01’s picture

-4.5 should come before -4, not after

JuliaKM’s picture

StatusFileSize
new931 bytes

D'oh! Here's a revised version.

lambic’s picture

Status: Needs review » Reviewed & tested by the community

does what it says on the can

gábor hojtsy’s picture

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?

drumm’s picture

Version: 5.x-dev » 6.x-dev
Priority: Critical » Normal
Status: Patch (to be ported) » Reviewed & tested by the community
StatusFileSize
new943 bytes

Committing to D5.

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

gábor hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Committed to Drupal 6, thanks.

Status: Fixed » Closed (fixed)
Issue tags: -Novice

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