### Get POSIX Time Zone String Source: https://github.com/anonymousaga/tzdblookup/blob/main/README.md Retrieve the POSIX string representation for a given IANA time zone name. This is useful for configuring time zones on embedded systems. ```cpp #include const char* tz = TzDbLookup::getPosix("America/Los_Angeles"); ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.