Hi,

In Drupal, it showing "America/Virgin" as one of the Time zone. Can we show "America/Virginia" as the timezone instead of "America/Virgin" without altering the table "cache". (Since i can found the value resides in cache table as serialized data- column name: data).

Thanks,
Asif.

Comments

WorldFallz’s picture

First, anything in the cach* tables is just that-- cached, and therefore temporary. Any changes you make there will be overrwritten on the next refresh.

Second, "America/Virgin" != "America/Virginia" which refers to the united states virgin islands. Virginia is in the America/New York time zone i believe.

apv’s picture

Hi man.

Very thanx for the information.