Deluge Arizona Timezone is Inaccurate
Hello,
We're running into an issue with the Arizona timezone. Zoho seems to treat 12:30 PM PST as 11:30 AM in the America/Phoenix timezone, however this is not accurate. If I understood correctly, almost all of Arizona is in Mountain Standard Time all year. This means that during summer, the time in Arizona should match the time in California. In winter, the time in Arizona should be ahead of California by one hour.
Assuming I understood this correctly, Zoho appears to be treating Arizona as Mountain time throughout the whole year. Here is a copy of the code I am running:
- dateTimeString = "08,27,23 12:30:00 pm";
- // dateTimeStringJanuary = "01,27,23 12:30:00 pm";
- timezone0 = "US/Pacific";
- timezone1 = "US/Arizona";
- timezone2 = "America/Phoenix";
- timezone3 = "US/Mountain";
- timezone4 = "US/Eastern";
- info "Initial datetime: " + dateTimeString;
- info timezone0 + ": " + toTime(dateTimeString,"MM,d,yyyy hh:mm:ss a",timezone0);
- info timezone1 + ": " + toTime(dateTimeString,"MM,d,yyyy hh:mm:ss a",timezone1);
- info timezone2 + ": " + toTime(dateTimeString,"MM,d,yyyy hh:mm:ss a",timezone2);
- info timezone3 + ": " + toTime(dateTimeString,"MM,d,yyyy hh:mm:ss a",timezone3);
- info timezone4 + ": " + toTime(dateTimeString,"MM,d,yyyy hh:mm:ss a",timezone4);
- return "";
Here is the output:
Info
- Initial datetime: 08,27,23 12:30:00 pm
- US/Pacific: 27-Aug-0023 12:30:00
- US/Arizona: 27-Aug-0023 11:30:00
- America/Phoenix: 27-Aug-0023 11:30:00
- US/Mountain: 27-Aug-0023 11:30:00
- US/Eastern: 27-Aug-0023 09:30:00
Function executed successfully
As shown in the above info statements, our timestamp is being incorrectly set to 11:30 AM for Arizona even though it should match the US/Pacific time.
For more information, our Zoho account is set to Pacific time.
Does anyone have any insight as to why this may be happening? Thank you in advance!
Access your files securely from anywhere
Zoho Developer Community
Deliver unforgettable customer experiences
Deliver unforgettable customer experiences
New to Zoho Marketing Plus?
Everything you need to run your marketing
New to Zoho Marketing Plus?
Everything you need to run your marketing
Zoho Desk Resources
-
Desk Community Learning Series
-
-
-
-
-
-
-
-
-
Zoho TeamInbox Resources
Zoho DataPrep Resources
Zoho CRM Plus Resources
Zoho Books Resources
Zoho Subscriptions Resources
Zoho Projects Resources
Zoho Sprints Resources
Qntrl Resources
Zoho Creator Resources
Zoho Campaigns Resources
Zoho CRM Resources
Zoho Show Resources
Writer Get Started. Write Away!
Writer is a powerful online word processor, designed for collaborative work.