Oracle time zone
To change the system time zone used by your Oracle DB instance, use the time zone option. For example, you might
change the time zone of a DB instance to be compatible with an on-premises environment, or a legacy application. The
time zone option changes the time zone at the host level. Changing the time zone impacts all date columns and values,
including SYSDATE
and SYSTIMESTAMP
.
The time zone option differs from the rdsadmin_util.alter_db_time_zone
command. The
alter_db_time_zone
command changes the time zone only for certain data types. The time zone option
changes the time zone for all date columns and values. For more information about alter_db_time_zone
,
see Setting the
database time zone. For more information about upgrade
considerations, see Time zone considerations.
Considerations for setting the time zone
The time zone option is a permanent and persistent option. Therefore, you can't do the following:
-
Remove the option from an option group after you add the option.
-
Remove the option group from a DB instance after you add the group.
-
Modify the time zone setting of the option to a different time zone.
Before you add the time zone option to your production database, we strongly recommend that you do the following:
-
Take a snapshot of your DB instance. If you accidentally set the time zone incorrectly, you must recover your DB instance to its previous time zone setting. For more information, see Creating a DB snapshot.
-
Add the time zone option to a test DB instance. Adding the time zone option can cause problems with tables that use the system date to add dates or times. We recommend that you analyze your data and applications on the test instance to assess the impact of changing the time zone on your production instance.
Time zone option settings
Amazon RDS supports the following settings for the time zone option.
Option setting | Valid values | Description |
---|---|---|
|
One of the available time zones. For the full list, see Available time zones. |
The new time zone for your DB instance. |
Adding the time zone option
The general process for adding the time zone option to a DB instance is the following:
Create a new option group, or copy or modify an existing option group.
Add the option to the option group.
Associate the option group with the DB instance.
When you add the time zone option, a brief outage occurs while your DB instance is automatically restarted.
Console
To add the time zone option to a DB instance
-
Determine the option group you want to use. You can create a new option group or use an existing option group. If you want to use an existing option group, skip to the next step. Otherwise, create a custom DB option group with the following settings:
-
For Engine choose the oracle edition for your DB instance.
-
For Major engine version choose the version of your DB instance.
For more information, see Creating an option group.
-
-
Add the Timezone option to the option group, and configure the option settings.
Important
If you add the time zone option to an existing option group that is already attached to one or more DB instances, a brief outage occurs while all the DB instances are automatically restarted.
For more information about adding options, see Adding an option to an option group. For more information about each setting, see Time zone option settings.
-
Apply the option group to a new or existing DB instance:
-
For a new DB instance, you apply the option group when you launch the instance. For more information, see Creating an Amazon RDS DB instance.
-
For an existing DB instance, you apply the option group by modifying the instance and attaching the new option group. When you add the time zone option to an existing DB instance, a brief outage occurs while your DB instance is automatically restarted. For more information, see Modifying an Amazon RDS DB instance.
-
Amazon CLI
The following example uses the Amazon CLI
add-option-to-option-group
command to add the Timezone
option
and the TIME_ZONE
option setting to an option group called
myoptiongroup
. The time zone is set to
Africa/Cairo
.
For Linux, macOS, or Unix:
aws rds add-option-to-option-group \ --option-group-name "
myoptiongroup
" \ --options "OptionName=Timezone,OptionSettings=[{Name=TIME_ZONE,Value=Africa/Cairo}]
" \ --apply-immediately
For Windows:
aws rds add-option-to-option-group ^ --option-group-name "
myoptiongroup
" ^ --options "OptionName=Timezone,OptionSettings=[{Name=TIME_ZONE,Value=Africa/Cairo}]
" ^ --apply-immediately
Modifying time zone settings
The time zone option is a permanent and persistent option. You can't remove the option from an option group after you add it. You can't remove the option group from a DB instance after you add it. You can't modify the time zone setting of the option to a different time zone. If you set the time zone incorrectly, restore a snapshot of your DB instance from before you added the time zone option.
Removing the time zone option
The time zone option is a permanent and persistent option. You can't remove the option from an option group after you add it. You can't remove the option group from a DB instance after you add it. To remove the time zone option, restore a snapshot of your DB instance from before you added the time zone option.
Available time zones
You can use the following values for the time zone option.
Zone | Time zone |
---|---|
Africa |
Africa/Cairo, Africa/Casablanca, Africa/Harare, Africa/Lagos, Africa/Luanda, Africa/Monrovia, Africa/Nairobi, Africa/Tripoli, Africa/Windhoek |
America |
America/Araguaina, America/Argentina/Buenos_Aires, America/Asuncion, America/Bogota, America/Caracas, America/Chicago, America/Chihuahua, America/Cuiaba, America/Denver, America/Detroit, America/Fortaleza, America/Godthab, America/Guatemala, America/Halifax, America/Lima, America/Los_Angeles, America/Manaus, America/Matamoros, America/Mexico_City, America/Monterrey, America/Montevideo, America/New_York, America/Phoenix, America/Santiago, America/Sao_Paulo, America/Tijuana, America/Toronto |
Asia |
Asia/Amman, Asia/Ashgabat, Asia/Baghdad, Asia/Baku, Asia/Bangkok, Asia/Beirut, Asia/Calcutta, Asia/Damascus, Asia/Dhaka, Asia/Hong_Kong, Asia/Irkutsk, Asia/Jakarta, Asia/Jerusalem, Asia/Kabul, Asia/Karachi, Asia/Kathmandu, Asia/Kolkata, Asia/Krasnoyarsk, Asia/Magadan, Asia/Manila, Asia/Muscat, Asia/Novosibirsk, Asia/Rangoon, Asia/Riyadh, Asia/Seoul, Asia/Shanghai, Asia/Singapore, Asia/Taipei, Asia/Tehran, Asia/Tokyo, Asia/Ulaanbaatar, Asia/Vladivostok, Asia/Yakutsk, Asia/Yerevan |
Atlantic |
Atlantic/Azores, Atlantic/Cape_Verde |
Australia |
Australia/Adelaide, Australia/Brisbane, Australia/Darwin, Australia/Eucla, Australia/Hobart, Australia/Lord_Howe, Australia/Perth, Australia/Sydney |
Brazil |
Brazil/DeNoronha, Brazil/East |
Canada |
Canada/Newfoundland, Canada/Saskatchewan |
Etc |
Etc/GMT-3 |
Europe |
Europe/Amsterdam, Europe/Athens, Europe/Berlin, Europe/Dublin, Europe/Helsinki, Europe/Kaliningrad, Europe/London, Europe/Madrid, Europe/Moscow, Europe/Paris, Europe/Prague, Europe/Rome, Europe/Sarajevo |
Pacific |
Pacific/Apia, Pacific/Auckland, Pacific/Chatham, Pacific/Fiji, Pacific/Guam, Pacific/Honolulu, Pacific/Kiritimati, Pacific/Marquesas, Pacific/Samoa, Pacific/Tongatapu, Pacific/Wake |
US |
US/Alaska, US/Central, US/East-Indiana, US/Eastern, US/Pacific |
UTC |
UTC |