-
Type:
Bug
-
Status: Resolved
-
Resolution: No Longer Reproducible
-
Affects Version/s: 7.4.13 DXP U1
-
Fix Version/s: None
-
Component/s: Dev Tools > Portal Build Env
-
Labels:None
(Actually affected version: DXP 7.4 Update 1)
On a new installation of DXP 7.4.13 Update 1, go to Server Administration / Script, and execute the following script:
buildDate = com.liferay.portal.kernel.util.ReleaseInfo.getBuildDate(); out.println(buildDate);
expected result (well, apart from date format - I've taken this from the welcome screen):
December 22, 2021
actual result
Mon Jan 03 14:58:21 GMT 2022
(and counting: It's the time of script execution)
Note: If tests on master work: Check the released version from Help Center. This might be an issue of the release process, not of the code running.
- is related to
-
LPS-144745 ReleaseInfo should provide access to the exact version (also for DXP)
- Closed