Description
This library provides asynchronous tools for efficiently fetching timezone information, ensuring non-blocking operations within applications using asyncio. By utilizing an internal cache and an executor for disk operations, aiozoneinfo avoids I/O blocking in the event loop, thereby enhancing performance in applications requiring time zone data.