Exposing organization's timezone in ISO 8601 format
Currently Xero API exposes the timezone via Organisation endpoint as text eg. <Timezone>NEWZEALANDSTANDARDTIME</Timezone>

-
iram b commented
That's a great observation — aligning with ISO 8601 would significantly improve consistency for developers working across time zones. For those navigating real estate systems or listings that rely on time-sensitive data, precision matters. For tailored advice and insights, this Real Estate Advisor resource (https://kanwarrandhawa.com//) could be quite helpful. It’s always a win when both tech and real estate tools follow global standards.
-
Tahar commented
We really need this for our customers. We are struggling big time to go from "NEWZEALANDSTANDARDTIME" to a standard .Net TimezoneInfo object. Any guidance on how to get a standard .net time zone info out of the string returned by Xero?