-
Suggestion
-
Resolution: Unresolved
-
23
-
11
-
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
It would be really nice to have the option to select the Confluence Timezone (a global preference) for the Confluence interface since changing the 'user.timezone' system property will affect other time-zone-aware applications running in the same JVM.
Workarounds
- editing confluence jar file
- set timezone of docker container
- or change the default timezone of the runtime JVM
- or set the defaultTimezoneId of global setting record in BANDANA table, which can be achieved with steps as below:
1. Query the record
select * from BANDANA where BANDANA.BANDANACONTEXT = '_GLOBAL' AND BANDANA.BANDANAKEY = 'atlassian.confluence.settings';
2. Update the BANDANAVALUE of the returned record to add one more entry. e.g. below example use Asia/Tokyo , but change it to your desired one
<defaultTimezoneId>Asia/Tokyo</defaultTimezoneId>
3. Save the updated setting back to the record BANDANAVALUE value
4. Restart the server
PS. a list of supported timezone can be found here:
time.zone.list=\ GMT, \ Pacific/Apia, \ HST, \ AST, \ America/Los_Angeles, \ America/Phoenix, \ America/Mazatlan, \ America/Denver, \ America/Belize, \ America/Chicago, \ America/Mexico_City, \ America/Regina, \ America/Bogota, \ America/New_York, \ America/Indianapolis, \ America/Halifax, \ America/Caracas, \ America/Santiago, \ America/St_Johns, \ America/Sao_Paulo, \ America/Buenos_Aires, \ America/Godthab, \ Atlantic/South_Georgia, \ Atlantic/Azores, \ Atlantic/Cape_Verde, \ Africa/Casablanca, \ Europe/Dublin, \ Europe/Berlin, \ Europe/Belgrade, \ Europe/Paris, \ Europe/Warsaw, \ ECT, \ Europe/Athens, \ Europe/Minsk, \ Europe/Bucharest, \ Africa/Cairo, \ Africa/Harare, \ Europe/Helsinki, \ Asia/Jerusalem, \ Asia/Baghdad, \ Asia/Kuwait, \ Europe/Moscow, \ Africa/Nairobi, \ Asia/Tehran, \ Asia/Muscat, \ Asia/Baku, \ Asia/Kabul, \ Asia/Yekaterinburg, \ Asia/Karachi, \ Asia/Calcutta, \ Asia/Katmandu, \ Asia/Almaty, \ Asia/Dhaka, \ Asia/Colombo, \ Asia/Rangoon, \ Asia/Bangkok, \ Asia/Krasnoyarsk, \ Asia/Hong_Kong, \ Asia/Irkutsk, \ Asia/Kuala_Lumpur, \ Australia/Perth, \ Asia/Taipei, \ Asia/Tokyo, \ Asia/Seoul, \ Asia/Yakutsk, \ Australia/Adelaide, \ Australia/Darwin, \ Australia/Brisbane, \ Australia/Sydney, \ Pacific/Guam, \ Australia/Hobart, \ Asia/Vladivostok, \ Pacific/Noumea, \ Pacific/Auckland, \ Pacific/Fiji, \ Pacific/Tongatapu
- is cloned from
-
CONFSERVER-1026 Display times in user's timezone
- Closed
- is duplicated by
-
CONFSERVER-27776 Provide a way for administrators to change Confluence's default time zone
- Closed
- is related to
-
CONFSERVER-40812 Time zone display in Confluence is inconsistent and doesn't use UTC
- Closed
- relates to
-
CONFCLOUD-16057 Allow Confluence timezone to be set as a global preference
- Gathering Interest
- supersedes
-
CONFSERVER-51039 Confluence global language setting should set language default for all users
- Closed