# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2025-05-15
### Added
- Initial release of the Date and Time MCP Server
- `getCurrentDateTime` tool for getting the current date and time in various formats
- `getTimezoneInfo` tool for getting information about a timezone
- Support for various date formats (ISO, UNIX, RFC2822, HTTP, SQL, custom formats)
- Timezone conversion with proper error handling
- Configuration options for default timezone, format, and locale
- Comprehensive error handling and logging
- TypeScript type definitions
- Unit tests for date formatting and timezone utilities
- Documentation with examples for AI agents