<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Biruk</title>
    <description>The latest articles on DEV Community by Biruk (@birukbelihu).</description>
    <link>https://dev.to/birukbelihu</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1834358%2F429204d5-8571-4b28-917d-6238f31ac09c.jpg</url>
      <title>DEV Community: Biruk</title>
      <link>https://dev.to/birukbelihu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/birukbelihu"/>
    <language>en</language>
    <item>
      <title>I built an open source alternative to TimeAPI.io</title>
      <dc:creator>Biruk</dc:creator>
      <pubDate>Fri, 31 Jul 2026 13:32:02 +0000</pubDate>
      <link>https://dev.to/birukbelihu/i-built-an-open-source-alternative-to-timeapiio-1lll</link>
      <guid>https://dev.to/birukbelihu/i-built-an-open-source-alternative-to-timeapiio-1lll</guid>
      <description>&lt;p&gt;Sometimes you just need a simple API to get the current date and time.&lt;/p&gt;

&lt;p&gt;While working on different projects, I wanted a free API that could return the current time, convert timezones, and even find the local time from an IP address or GPS coordinates. I couldn't find exactly what I wanted, so I decided to build one.&lt;/p&gt;

&lt;p&gt;I created Open TimeAPI.&lt;/p&gt;

&lt;p&gt;It's a free and open source REST API inspired by TimeAPI.io. Anyone can run it on their own server or use it as a starting point for their own project.&lt;/p&gt;

&lt;p&gt;What it can do&lt;/p&gt;

&lt;p&gt;Here are some of the features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Get the current Unix timestamp (seconds, milliseconds, microseconds, or nanoseconds)&lt;/li&gt;
&lt;li&gt;Get the current UTC time&lt;/li&gt;
&lt;li&gt;Get the current date and time for any IANA timezone&lt;/li&gt;
&lt;li&gt;Find the local time from latitude and longitude&lt;/li&gt;
&lt;li&gt;Find the local time from an IP address&lt;/li&gt;
&lt;li&gt;Get a list of all supported timezones&lt;/li&gt;
&lt;li&gt;Built-in Swagger documentation&lt;/li&gt;
&lt;li&gt;Docker support&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Built with&lt;/p&gt;

&lt;p&gt;The project is built with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Python&lt;/li&gt;
&lt;li&gt;FastAPI&lt;/li&gt;
&lt;li&gt;HTML, CSS, and JavaScript&lt;/li&gt;
&lt;li&gt;Docker&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I wanted to keep the project simple, fast, and easy to deploy.&lt;/p&gt;

&lt;p&gt;Why I made it&lt;/p&gt;

&lt;p&gt;The main goal was to build something that is easy to self-host and easy to use.&lt;/p&gt;

&lt;p&gt;Instead of depending on a third-party service, you can run your own instance and have full control over it.&lt;/p&gt;

&lt;p&gt;Try it out&lt;/p&gt;

&lt;p&gt;If you'd like to check it out, here are the links:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Live Demo: &lt;a href="https://opentimeapi.onrender.com" rel="noopener noreferrer"&gt;https://opentimeapi.onrender.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/birukbelihu/open-timeapi" rel="noopener noreferrer"&gt;https://github.com/birukbelihu/open-timeapi&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Docker Hub: &lt;a href="https://hub.docker.com/r/birukbelihu/open-timeapi" rel="noopener noreferrer"&gt;https://hub.docker.com/r/birukbelihu/open-timeapi&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'd love to hear your feedback, ideas, or feature requests. If you find a bug or have suggestions, feel free to open an issue or contribute.&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

</description>
      <category>api</category>
      <category>backend</category>
      <category>opensource</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
