<?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: Python</title>
    <description>The latest articles on DEV Community by Python (@pythoneer).</description>
    <link>https://dev.to/pythoneer</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3271009%2Fe31eb508-3c24-4796-a8c9-fbdff1a0caa5.png</url>
      <title>DEV Community: Python</title>
      <link>https://dev.to/pythoneer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pythoneer"/>
    <language>en</language>
    <item>
      <title>TIL: Found this super clean Unix timestamp converter that actually makes sense</title>
      <dc:creator>Python</dc:creator>
      <pubDate>Tue, 17 Jun 2025 14:56:02 +0000</pubDate>
      <link>https://dev.to/pythoneer/til-found-this-super-clean-unix-timestamp-converter-that-actually-makes-sense-mfn</link>
      <guid>https://dev.to/pythoneer/til-found-this-super-clean-unix-timestamp-converter-that-actually-makes-sense-mfn</guid>
      <description>&lt;p&gt;Was working on a project that needed to deal with Unix timestamps and stumbled upon this site (&lt;code&gt;unixtime.cn&lt;/code&gt;). Usually I hate most timestamp converters because they're cluttered with ads or have terrible UX, but this one is surprisingly clean and straightforward.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd183gnhyq53bd9fmoclk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd183gnhyq53bd9fmoclk.png" alt="Image description" width="800" height="840"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What I like about it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Super minimal interface, no ads or bloat&lt;/li&gt;
&lt;li&gt;Handles both timestamp → date and date → timestamp conversions&lt;/li&gt;
&lt;li&gt;Works with seconds, milliseconds, microseconds and nanoseconds&lt;/li&gt;
&lt;li&gt;Shows multiple time formats (ISO 8601, RFC, etc)&lt;/li&gt;
&lt;li&gt;Has keyboard shortcuts for quick conversions&lt;/li&gt;
&lt;li&gt;Dark mode support&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Just thought I'd share in case anyone else deals with timestamps regularly. Beats having to remember the conversion formulas or dealing with those sketchy converter sites.&lt;/p&gt;

&lt;p&gt;Edit: Thanks for the awards! Glad others found this useful too. And no, I'm not affiliated with the site - just a dev who appreciates well-designed tools.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
