<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Javascript on Ye Joo Park's Blog</title><link>https://park.is/categories/javascript/</link><description>Recent content in Javascript on Ye Joo Park's Blog</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sat, 03 Aug 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://park.is/categories/javascript/index.xml" rel="self" type="application/rss+xml"/><item><title>Extract Timestamp from UUID v7 using Javascript</title><link>https://park.is/blog_posts/20240803_extracting_timestamp_from_uuid_v7/</link><pubDate>Sat, 03 Aug 2024 00:00:00 +0000</pubDate><guid>https://park.is/blog_posts/20240803_extracting_timestamp_from_uuid_v7/</guid><description>&lt;h2 id="time-based-uuids"&gt;Time-based UUIDs&lt;/h2&gt;&#10;&lt;p&gt;A UUID (Universally Unique Identifier) is a 128-bit number used to uniquely identify records or information.&lt;/p&gt;&#10;&lt;p&gt;Time-based UUIDs are a category of UUIDs that incorporate the current timestamp into their structure, allowing for chronological ordering of the generated UUIDs. They are particularly useful in distributed systems where unique identifiers that are sortable by creation time are beneficial. There are several versions of time-based UUIDs, including UUID v1, UUID v6, and UUID v7, each with different methods of encoding the timestamp and other components.&lt;/p&gt;</description></item></channel></rss>