Микросервис, написанный на Python 3.14+ и FastAPI. Определяет смещение часового пояса UTC для любого местоположения IANA в конкретный момент времени в прошлом или будущем, учитывая переходы на летнее время (DST)
https://azonika.ru/
main
ci: add multi-environment deployment support
chore: setup git and docker ignore rules for safety and image optimization
docs: update setup documentation and add env template
docs: add project governance files and Russian README
ci: configure dokploy deployment and update docs
cli: update management console with support for key scopes and status toggles
crud: implement shared status management and atomic user-key creation
feat: implement unified response format, global error handling, and latency tracking
feat: add SERVER_NAME env support for server location
refactor: simplify offset calculation using datetime.combine
feat: update CORS settings, docs visibility and simplify logging
db: add is_shared flag to APIKey model for scoped rate limiting
refactor: adapt timezone validation for FastAPI dependency injection