This is a simple open-source timezone API, that can convert time between different time zones
- Convert timezones: Convert times between different timezones.
- Free and Unrestricted: No cost, no API limits, no API key needed.
OpenTimezone API is currently deployed without any restrictions at https://api.opentimezone.com.
Development requirements are the following:
- Visual Studio 2022
- with
ASP.NET and web development
installed from Visual Studio Installer
- with
- .NET 8 SDK
To run the API:
- Open the solution in Visual Studio 2022.
- Build and launch the Timezone.WebApi project.
- API can be accessed at:
- localhost:5280
To run unit functional tests, you need to run WebApi project and then run the functional tests.
- Build the solution
- Open Terminal
- Navigate to the path
/src/Timezone.WebApi
- Run command:
dotnet run
- Open Visual Studio (or any other test runner) and run the functional tests.