{"id":5291,"date":"2024-10-21T06:00:55","date_gmt":"2024-10-21T06:00:55","guid":{"rendered":"https:\/\/poeditor.com\/blog\/?p=5291"},"modified":"2024-10-17T07:07:36","modified_gmt":"2024-10-17T07:07:36","slug":"date-and-time-localization","status":"publish","type":"post","link":"https:\/\/poeditor.com\/blog\/date-and-time-localization\/","title":{"rendered":"The basics of date and time localization"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"916\" height=\"792\" src=\"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2024\/09\/date-and-time-localization.png\" alt=\"date and time localization\" class=\"wp-image-5303\" srcset=\"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2024\/09\/date-and-time-localization.png 916w, https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2024\/09\/date-and-time-localization-300x259.png 300w, https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2024\/09\/date-and-time-localization-768x664.png 768w\" sizes=\"auto, (max-width: 916px) 100vw, 916px\" \/><\/figure>\n\n\n\n<p>How do people prefer to read date and time? In the format they&#8217;re used to, of course! But with nearly 200 countries in the world today, you can bet there will be plenty of different formats too. This is why you need to add date and time localization to your workflow if you wish to enter new markets successfully.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The role of formats in global software development<\/h2>\n\n\n\n<p>When developing applications, software engineers and designers need to account for localization to ensure that users across the globe can interact with the product naturally. This is especially important for applications that handle scheduling, booking, or event management.<\/p>\n\n\n\n<p>Here are some tools and libraries to check out when localizing formats:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/momentjs.com\/\" rel=\"nofollow\">Moment.js (JavaScript)<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/JavaScript\/Reference\/Global_Objects\/Intl\" rel=\"nofollow\">Intl API (JavaScript)<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/babel.pocoo.org\/en\/latest\/dates.html\" rel=\"nofollow\">Babel (Python)<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/cldr.unicode.org\/\" rel=\"nofollow\">CLDR (Unicode Common Locale Data Repository)<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">The ISO 8601 standard<\/h2>\n\n\n\n<p>There is a standard when it comes to displaying date and time, and that&#8217;s ISO 8601. It is maintained by the International Organization for Standardization (ISO) and is widely used across industries, especially in contexts where precise, uniform date and time information is needed, such as databases, data exchange, scheduling systems, and APIs.<\/p>\n\n\n\n<p>ISO 8601 defines aspects like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Date formats: YYYYMMDD (basic format) and YYYY-MM-DD (extended format)<\/li>\n\n\n\n<li>Time format: hhmmss (basic format) and hh:mm:ss (extended format)<\/li>\n\n\n\n<li>Date and time combination: YYYYMMDDThhmmss (basic format) and YYYY-MM-DDThh:mm:ss (extended format)<\/li>\n\n\n\n<li>Week dates: YYYY-Www-D<\/li>\n\n\n\n<li>&#8230; as well as durations, intervals, symbols, and more of which you can <a href=\"https:\/\/www.iso.org\/obp\/ui\/#iso:std:iso:8601:-1:ed-1:v1:en\" rel=\"nofollow\">read about here<\/a>.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Date formats around the world<\/h2>\n\n\n\n<p>Some of the common date formats recognized across the globe are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>DD\/MM\/YYYY<\/strong>. This is probably the most used format, and it&#8217;s being used in many countries in Europe, Asia, Africa, and Latin America. For example, &#8220;01\/02\/2025&#8221; would be the 1st of February, 2025.<\/li>\n\n\n\n<li><strong>MM\/DD\/YYYY<\/strong>. You&#8217;ll encounter this format in the United States and a few other countries like Canada and the Philippines. Here, &#8220;02\/01\/2025&#8221; would be February 1, 2025.<\/li>\n\n\n\n<li><strong>YYYY\/MM\/DD<\/strong>. This format is standardized by ISO 8601 and used in places like China, Japan, Korea, and for technical purposes worldwide (e.g., databases, APIs). An example would be &#8220;2025\/02\/01.&#8221;<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Date separators<\/h4>\n\n\n\n<p>Yes, even the date separators require localization. You have the following options:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Slash (<strong>\/<\/strong>).  This is common in most English-speaking countries (e.g., &#8220;01\/02\/2025&#8221;).<\/li>\n\n\n\n<li>Dash (<strong>&#8211;<\/strong>). Often seen in technical or international contexts (e.g., &#8220;2025-02-01&#8221; following ISO 8601).<\/li>\n\n\n\n<li>Periods (<strong>.<\/strong>). These are used in countries like Germany or Hungary (e.g., &#8220;01.02.2025&#8221;).<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Text-based formats<\/h4>\n\n\n\n<p>Some regions will simply write the date in full text, but this varies too:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>In the United States, you&#8217;ll see the date written as &#8220;February 1, 2025.&#8221;<\/li>\n\n\n\n<li>In the United Kingdom, it would be &#8220;1 February 2025.&#8221;<\/li>\n\n\n\n<li>In Japan, you&#8217;ll see a kanji after each element, so you&#8217;d have &#8220;&#8221;2025\u5e742\u67081\u65e5&#8221; (where \u5e74 means &#8220;year,&#8221; \u6708 means &#8220;month,&#8221; and \u65e5 means &#8220;day&#8221;).<\/li>\n<\/ul>\n\n\n\n<p>Note that localized text formats may include ordinal numbers (e.g., 1st, 2nd, 3rd, 4th) or require specific translations for month names, depending on the language and region.<\/p>\n\n\n<div class=\"call-action my-4 d-flex justify-content-between align-items-md-center gap-4 flex-column flex-lg-row\"><div><h3 class=\"fs-4\">Improve your localization process<\/h3><span class=\"fs-6\">Discover an easy to use and affordable localization app.<\/span><\/div><a class=\"btn btn-b-primary d-flex align-items-center justify-content-center px-4 py-3 flex-shrink-0\" \n\t\t\t\t\thref=\"https:\/\/poeditor.com\/register\/?utm_source=blog&#038;utm_medium=btn&#038;utm_campaign=cta_register\">Get started<\/a><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Time formats around the world<\/h2>\n\n\n\n<p>Here we have two time formats:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>12-hour format<\/strong>, which is used in countries such as the U.S., Canada, and the Philippines. The day is split into two 12-hour periods, using <strong>AM<\/strong> (Ante Meridiem) and <strong>PM<\/strong> (Post Meridiem) to differentiate between morning and afternoon. In these regions, &#8220;2:30 PM&#8221; means 2:30 in the afternoon.<\/li>\n\n\n\n<li><strong>24-hour format<\/strong>, which is used in most European, Latin American, and Asian countries. This format is also popular in military, scientific, and technical settings worldwide. The 24-hour format avoids the need for AM\/PM indicators, making it unambiguous. Here, &#8220;14:30&#8221; refers to 2:30 PM.<\/li>\n<\/ul>\n\n\n\n<p>Other cultural preferences come into play too. In India, it\u2019s common to write time without the colon (14.30), whereas, in other countries, time is separated by a colon (14:30). This small difference can affect how people perceive the time format, even if the overall system is the same.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Time zones<\/h4>\n\n\n\n<p>Wait, that&#8217;s not all. Time zones introduce further complexity:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>UTC offset<\/strong>. Many systems display time with the offset from Coordinated Universal Time (UTC), such as &#8220;14:30 UTC+2&#8221; (2 hours ahead of UTC).<\/li>\n\n\n\n<li><strong>Named time zones<\/strong>. Sometimes, names of time zones like &#8220;Eastern Standard Time (EST)&#8221; or &#8220;Pacific Daylight Time (PDT)&#8221; are shown instead. However, users in different regions might not be familiar with foreign time zone names, so localization ensures appropriate conversions.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">First day of the week<\/h2>\n\n\n\n<p>Another aspect of date and time localization is the first day of the week, an element that affects calendars, scheduling apps, and date pickers.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Monday as the first day<\/strong> is a format used in most of Europe, Asia, and Africa. For example, in the European Union and ISO standards, Monday is considered the first day of the week.<\/li>\n\n\n\n<li><strong>Sunday as the first day<\/strong> is typical in the United States, Canada, and many Middle Eastern countries like Saudi Arabia.<\/li>\n\n\n\n<li><strong>Saturday as the first day<\/strong> can be observed in much of the Middle East and North Africa due to the Islamic influence.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Localizing language-specific elements<\/h2>\n\n\n\n<p>Localization of date and time requires adapting both the structure and the language used for days of the week, months, and time indicators (like AM\/PM). Month and day names, as well as the days of the week, must be translated to the user&#8217;s language too.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">To conclude<\/h2>\n\n\n\n<p>Reading date and time in a format you&#8217;re not used to can be very confusing and can ruin one&#8217;s experience with a website or app. Date and time localization can prevent any confusion and keep your users happy. All you need to do is change the formats to match local conventions or leverage standards like ISO 8601. Now that you know how important it is to adapt letters, numbers, and date and time separators, it&#8217;s time to get things going with the help of your trusty translation management system.<\/p>\n\n\n<div class=\"call-action my-4 d-flex justify-content-between align-items-md-center gap-4 flex-column flex-lg-row\"><div><h3 class=\"fs-4\">Ready to power up localization?<\/h3><span class=\"fs-6\">Subscribe to the POEditor platform today!<\/span><\/div><a class=\"btn btn-b-primary d-flex align-items-center justify-content-center px-4 py-3 flex-shrink-0\" \n\t\t\t\t\thref=\"https:\/\/poeditor.com\/pricing\/?utm_source=blog&#038;utm_medium=btn&#038;utm_campaign=cta_pricing\">See pricing<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>How do people prefer to read date and time? In the format they&#8217;re used to, of course! But with nearly 200 countries in the world today, you can bet there will be plenty of different formats too. This is why you need to add date and time localization to your workflow if you wish to [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17],"tags":[],"class_list":["post-5291","post","type-post","status-publish","format-standard","hentry","category-localization"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The basics of date and time localization - POEditor Blog<\/title>\n<meta name=\"description\" content=\"Learn about date and time localization, what elements you need to adapt, and how formats vary depending on the region you&#039;re targeting.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/poeditor.com\/blog\/date-and-time-localization\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The basics of date and time localization - POEditor Blog\" \/>\n<meta property=\"og:description\" content=\"Learn about date and time localization, what elements you need to adapt, and how formats vary depending on the region you&#039;re targeting.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/poeditor.com\/blog\/date-and-time-localization\/\" \/>\n<meta property=\"og:site_name\" content=\"POEditor Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/POEditor\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-21T06:00:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2024\/09\/date-and-time-localization.png\" \/>\n<meta name=\"author\" content=\"Mirela\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@poeditor\" \/>\n<meta name=\"twitter:site\" content=\"@poeditor\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mirela\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/date-and-time-localization\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/date-and-time-localization\\\/\"},\"author\":{\"name\":\"Mirela\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#\\\/schema\\\/person\\\/6a85f18ccb24eb15a62355922ef34bd9\"},\"headline\":\"The basics of date and time localization\",\"datePublished\":\"2024-10-21T06:00:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/date-and-time-localization\\\/\"},\"wordCount\":992,\"publisher\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/date-and-time-localization\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/date-and-time-localization.png\",\"articleSection\":[\"Localization\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/date-and-time-localization\\\/\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/date-and-time-localization\\\/\",\"name\":\"The basics of date and time localization - POEditor Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/date-and-time-localization\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/date-and-time-localization\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/date-and-time-localization.png\",\"datePublished\":\"2024-10-21T06:00:55+00:00\",\"description\":\"Learn about date and time localization, what elements you need to adapt, and how formats vary depending on the region you're targeting.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/date-and-time-localization\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/poeditor.com\\\/blog\\\/date-and-time-localization\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/date-and-time-localization\\\/#primaryimage\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/date-and-time-localization.png\",\"contentUrl\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/date-and-time-localization.png\",\"width\":916,\"height\":792,\"caption\":\"date and time localization\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/date-and-time-localization\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The basics of date and time localization\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/\",\"name\":\"POEditor Blog\",\"description\":\"All about translation and localization management\",\"publisher\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#organization\",\"name\":\"POEditor\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/logo_head_512_transparent.png\",\"contentUrl\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/logo_head_512_transparent.png\",\"width\":512,\"height\":512,\"caption\":\"POEditor\"},\"image\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/POEditor\",\"https:\\\/\\\/x.com\\\/poeditor\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/poeditor\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCXAk1u8N49VRMAqNneENCFA\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#\\\/schema\\\/person\\\/6a85f18ccb24eb15a62355922ef34bd9\",\"name\":\"Mirela\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/48ad917fc39b526701e6811cdd80b11584aeb54b8bc6c2f99a5c6ecf944ed5ae?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/48ad917fc39b526701e6811cdd80b11584aeb54b8bc6c2f99a5c6ecf944ed5ae?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/48ad917fc39b526701e6811cdd80b11584aeb54b8bc6c2f99a5c6ecf944ed5ae?s=96&d=mm&r=g\",\"caption\":\"Mirela\"},\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/author\\\/mirela\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The basics of date and time localization - POEditor Blog","description":"Learn about date and time localization, what elements you need to adapt, and how formats vary depending on the region you're targeting.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/poeditor.com\/blog\/date-and-time-localization\/","og_locale":"en_US","og_type":"article","og_title":"The basics of date and time localization - POEditor Blog","og_description":"Learn about date and time localization, what elements you need to adapt, and how formats vary depending on the region you're targeting.","og_url":"https:\/\/poeditor.com\/blog\/date-and-time-localization\/","og_site_name":"POEditor Blog","article_publisher":"https:\/\/www.facebook.com\/POEditor","article_published_time":"2024-10-21T06:00:55+00:00","og_image":[{"url":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2024\/09\/date-and-time-localization.png","type":"","width":"","height":""}],"author":"Mirela","twitter_card":"summary_large_image","twitter_creator":"@poeditor","twitter_site":"@poeditor","twitter_misc":{"Written by":"Mirela","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/poeditor.com\/blog\/date-and-time-localization\/#article","isPartOf":{"@id":"https:\/\/poeditor.com\/blog\/date-and-time-localization\/"},"author":{"name":"Mirela","@id":"https:\/\/poeditor.com\/blog\/#\/schema\/person\/6a85f18ccb24eb15a62355922ef34bd9"},"headline":"The basics of date and time localization","datePublished":"2024-10-21T06:00:55+00:00","mainEntityOfPage":{"@id":"https:\/\/poeditor.com\/blog\/date-and-time-localization\/"},"wordCount":992,"publisher":{"@id":"https:\/\/poeditor.com\/blog\/#organization"},"image":{"@id":"https:\/\/poeditor.com\/blog\/date-and-time-localization\/#primaryimage"},"thumbnailUrl":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2024\/09\/date-and-time-localization.png","articleSection":["Localization"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/poeditor.com\/blog\/date-and-time-localization\/","url":"https:\/\/poeditor.com\/blog\/date-and-time-localization\/","name":"The basics of date and time localization - POEditor Blog","isPartOf":{"@id":"https:\/\/poeditor.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/poeditor.com\/blog\/date-and-time-localization\/#primaryimage"},"image":{"@id":"https:\/\/poeditor.com\/blog\/date-and-time-localization\/#primaryimage"},"thumbnailUrl":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2024\/09\/date-and-time-localization.png","datePublished":"2024-10-21T06:00:55+00:00","description":"Learn about date and time localization, what elements you need to adapt, and how formats vary depending on the region you're targeting.","breadcrumb":{"@id":"https:\/\/poeditor.com\/blog\/date-and-time-localization\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/poeditor.com\/blog\/date-and-time-localization\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/poeditor.com\/blog\/date-and-time-localization\/#primaryimage","url":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2024\/09\/date-and-time-localization.png","contentUrl":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2024\/09\/date-and-time-localization.png","width":916,"height":792,"caption":"date and time localization"},{"@type":"BreadcrumbList","@id":"https:\/\/poeditor.com\/blog\/date-and-time-localization\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/poeditor.com\/blog\/"},{"@type":"ListItem","position":2,"name":"The basics of date and time localization"}]},{"@type":"WebSite","@id":"https:\/\/poeditor.com\/blog\/#website","url":"https:\/\/poeditor.com\/blog\/","name":"POEditor Blog","description":"All about translation and localization management","publisher":{"@id":"https:\/\/poeditor.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/poeditor.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/poeditor.com\/blog\/#organization","name":"POEditor","url":"https:\/\/poeditor.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/poeditor.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2019\/11\/logo_head_512_transparent.png","contentUrl":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2019\/11\/logo_head_512_transparent.png","width":512,"height":512,"caption":"POEditor"},"image":{"@id":"https:\/\/poeditor.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/POEditor","https:\/\/x.com\/poeditor","https:\/\/www.linkedin.com\/company\/poeditor\/","https:\/\/www.youtube.com\/channel\/UCXAk1u8N49VRMAqNneENCFA"]},{"@type":"Person","@id":"https:\/\/poeditor.com\/blog\/#\/schema\/person\/6a85f18ccb24eb15a62355922ef34bd9","name":"Mirela","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/48ad917fc39b526701e6811cdd80b11584aeb54b8bc6c2f99a5c6ecf944ed5ae?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/48ad917fc39b526701e6811cdd80b11584aeb54b8bc6c2f99a5c6ecf944ed5ae?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/48ad917fc39b526701e6811cdd80b11584aeb54b8bc6c2f99a5c6ecf944ed5ae?s=96&d=mm&r=g","caption":"Mirela"},"url":"https:\/\/poeditor.com\/blog\/author\/mirela\/"}]}},"_links":{"self":[{"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/posts\/5291","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/comments?post=5291"}],"version-history":[{"count":8,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/posts\/5291\/revisions"}],"predecessor-version":[{"id":5306,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/posts\/5291\/revisions\/5306"}],"wp:attachment":[{"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/media?parent=5291"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/categories?post=5291"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/tags?post=5291"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}