Details
-
Type:
Bug
-
Status: Long Term Backlog (View Workflow)
-
Priority:
Low
-
Resolution: Unresolved
-
Affects Version/s: 6.13.0
-
Fix Version/s: None
-
Component/s: Site - Backup / Import, Space - Export / Import
-
Labels:
-
Support reference count:12
-
Symptom Severity:Severity 3 - Minor
-
Bug Fix Policy:
Description
Summary
After migrating from Server to Cloud, the time is showing differently in "Page History" tab due to the JVM timezone. This is similar issue as in Jira: JRACLOUD-65305.
Environment
- Server to Cloud migration
Steps to Reproduce
- In Confluence Server, make sure the user timezone is not set / has been set to other than UTC
- Perform a space export
- Import the backup into Confluence Cloud
- Compare the "Published" time in Page History between Server and Cloud
Expected Results
The time is showing the same as Confluence Server
Actual Results
The time is showing 8 hours late (taking UTC+8 as the example)
Notes
If -Duser.timezone is not set, it will take the system timezone.
Workaround
Set the user.timezone to UTC
- Under <installation-directory>/bin/
- Edit setenv.sh
- Add the timezone property:
CATALINA_OPTS="-Duser.timezone=UTC ${CATALINA_OPTS}"
Attachments
Issue Links
- relates to
-
JRACLOUD-65305 Cloud import does not record entries timezone correctly (change items, issue created dates, etc.)
-
- Closed
-