<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Adding Web Content Articles fails if user Time Zone is set to Australia, NZ</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=123576184" />
  <subtitle>Adding Web Content Articles fails if user Time Zone is set to Australia, NZ</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=123576184</id>
  <updated>2026-04-08T03:17:59Z</updated>
  <dc:date>2026-04-08T03:17:59Z</dc:date>
  <entry>
    <title>RE: Adding Web Content Articles fails if user Time Zone is set to Australia, NZ</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123614841" />
    <author>
      <name>Ben Turner</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123614841</id>
    <updated>2025-09-02T23:18:57Z</updated>
    <published>2025-09-02T23:18:54Z</published>
    <summary type="html">&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for letting us know. I did a bit of digging, and this problem
  was identified back in April (&lt;a
    href="https://liferay.atlassian.net/browse/LPD-53830"
    rel="noopener noreferrer" target="_blank"&gt;here&lt;/a&gt;) has been
  resolved in the code (&lt;a
    href="https://github.com/brianchandotcom/liferay-portal/pull/161407"
    rel="noopener noreferrer" target="_blank"&gt;here&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;</summary>
    <dc:creator>Ben Turner</dc:creator>
    <dc:date>2025-09-02T23:18:54Z</dc:date>
  </entry>
  <entry>
    <title>Adding Web Content Articles fails if user Time Zone is set to Australia, NZ</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123576183" />
    <author>
      <name>C Fraser</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=123576183</id>
    <updated>2025-09-02T15:34:05Z</updated>
    <published>2025-08-26T10:36:38Z</published>
    <summary type="html">&lt;p&gt;From what I understand, this is where bugs are lodged?&lt;/p&gt;
&lt;p&gt;I have what seems like quite a major bug to do with Time Zones
  (Australia and New Zealand tested) and adding new Web Content Articles.&lt;/p&gt;
&lt;p&gt;Steps to reproduce:&lt;/p&gt;
&lt;p&gt;Start a new docker container for Liferay Portal 7.4 GA 132 (I use
  podman instead as below)&lt;br&gt; podman run --rm -m 8g -p 8080:8080 portal:7.4.3.132-ga132&lt;/p&gt;
&lt;p&gt;Login, create a new Web Content article.&lt;br&gt; Content &amp;amp; Data -&amp;gt;
  Web Content -&amp;gt; New -&amp;gt; Basic Web Content&lt;/p&gt;
&lt;p&gt;Save as Draft (or publish), a Save as Draft with Permissions Dialog
  pops up.&lt;br&gt; Everything works&lt;/p&gt;
&lt;p&gt;Go to the logged in user's Account Settings -&amp;gt; Preferences -&amp;gt;
  Display Settings and choose Time Zone &amp;quot;New Zealand Standard
  Time&amp;quot; or &amp;quot;Australian Central Time&amp;quot; (only two tested)
  and Save&lt;/p&gt;
&lt;p&gt;Repeat the above steps to create a Web Content Article&lt;br&gt; Now it
  does not work. The Cancel button shows, the Save as ... with
  Permissions Dialog never shows up. The user can't save any Web Content Articles.&lt;/p&gt;
&lt;p&gt;In the browser Console you have the following errors:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;react-dom.production.min.js:189 RangeError: Invalid time zone specified: ACST
    at Date.toLocaleString (&amp;lt;anonymous&amp;gt;)
    at Ne (PermissionsOptions.js:60:3)
    at hu (react-dom.production.min.js:167:137)
    at Ka (react-dom.production.min.js:290:337)
    at Wa (react-dom.production.min.js:280:389)
    at nd (react-dom.production.min.js:280:320)
    at tl (react-dom.production.min.js:280:180)
    at Ai (react-dom.production.min.js:271:88)
    at Aa (react-dom.production.min.js:268:429)
    at _l (scheduler.production.min.js:13:203)
zi @ react-dom.production.min.js:189
t.callback @ react-dom.production.min.js:189
zo @ react-dom.production.min.js:144
$o @ react-dom.production.min.js:262
Va @ react-dom.production.min.js:260
qf @ react-dom.production.min.js:259
rd @ react-dom.production.min.js:283
yn @ react-dom.production.min.js:281
Aa @ react-dom.production.min.js:269
_l @ scheduler.production.min.js:13
kl @ scheduler.production.min.js:14
react-dom.production.min.js:283 Uncaught RangeError: Invalid time zone specified: ACST
    at Date.toLocaleString (&amp;lt;anonymous&amp;gt;)
    at Ne (PermissionsOptions.js:60:3)
    at hu (react-dom.production.min.js:167:137)
    at Ka (react-dom.production.min.js:290:337)
    at Wa (react-dom.production.min.js:280:389)
    at nd (react-dom.production.min.js:280:320)
    at tl (react-dom.production.min.js:280:180)
    at Ai (react-dom.production.min.js:271:88)
    at Aa (react-dom.production.min.js:268:429)
    at _l (scheduler.production.min.js:13:203)
Ne @ PermissionsOptions.js:60
hu @ react-dom.production.min.js:167
Ka @ react-dom.production.min.js:290
Wa @ react-dom.production.min.js:280
nd @ react-dom.production.min.js:280
tl @ react-dom.production.min.js:280
Ai @ react-dom.production.min.js:271
Aa @ react-dom.production.min.js:268
_l @ scheduler.production.min.js:13
kl @ scheduler.production.min.js:14
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>C Fraser</dc:creator>
    <dc:date>2025-08-26T10:36:38Z</dc:date>
  </entry>
</feed>
