{"id":7873,"date":"2020-04-06T14:27:27","date_gmt":"2020-04-06T11:27:27","guid":{"rendered":"http:\/\/unihost.com\/help\/?p=7873"},"modified":"2023-01-19T13:49:14","modified_gmt":"2023-01-19T10:49:14","slug":"how-to-config-time-and-date-on-centos-8","status":"publish","type":"post","link":"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/","title":{"rendered":"How to config Time and date on CentOS 8"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-7921\" src=\"https:\/\/unihost.com\/help\/minio.php?.\/template-1-1.png\" alt=\"How to config Time and date on CentOS 8 - Image 1\" width=\"980\" height=\"551\" \/ title=\"How to config Time and date on CentOS 8 - Image 1\"><\/p>\n<h2><iframe loading=\"lazy\"  id=\"_ytid_32444\"  width=\"980\" height=\"551\"  data-origwidth=\"980\" data-origheight=\"551\" src=\"https:\/\/www.youtube.com\/embed\/mF7nH170Nuc\">https:\/\/www.youtube.com\/watch?enablejsapi=1&autoplay=0&cc_load_policy=0&cc_lang_pref=&iv_load_policy=1&loop=0&rel=1&fs=1&playsinline=0&autohide=2&theme=dark&color=red&controls=1&\" class=\"__youtube_prefs__  no-lazyload\" title=\"YouTube player\"  allow=\"fullscreen; accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen data-no-lazy=\"1\" data-skipgform_ajax_framebjll=\"\"><\/iframe><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">In this tutorial, I will show you how to configure the client-side, but the server-side configurations are not entirely different.<\/span><!--more--><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"> NTP (Network Time Protocol) is a protocol for synchronizing the clock\/time on a server with a central time server.<\/span><\/p>\n<h2 style=\"text-align: center;\"><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Install and configure NTP Daemon<\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">In RHEL 8, the NTP protocol is implemented only by the chronyd daemon, provided by the chrony package.<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># dnf install chrony<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Enable Chrony and start.<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># systemctl enable chronyd<\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># systemctl start chronyd<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Open Chrony configuration file.<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># nano \/etc\/chrony.conf<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Change to your own NTP server or others in your timezone.<\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">The full list of official\u00a0<a href=\"http:\/\/www.pool.ntp.org\/en\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer nofollow noopener noreferrer\">NTP Public Pool Time Servers<\/a><\/span><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Verify status.<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># chronyc sources<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/unihost.com\/help\/minio.php?DM_260320_5EQtvJvC.png\" alt=\"How to config Time and date on CentOS 8 - Image 2\" width=\"637\" height=\"143\" \/ title=\"How to config Time and date on CentOS 8 - Image 2\"><\/span><\/p>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Install NTPStat, it&#8217;s possible to display time synchronization status.<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># dnf -y install ntpstat<\/span><\/pre>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># ntpstat<\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">synchronised to NTP server (2a04:92c7:e:bd2::e6b9) at stratum 3<\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">time correct to within 13 ms<\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">polling server every 64 s<\/span><\/pre>\n<h2 style=\"text-align: center;\"><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Configure time zone<\/span><\/h2>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">To make sure that the appropriate time zone is configured on the server please execute the command below.<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># timedatectl<\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Local time: Thu 2020-03-26 13:32:07 CET<\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Universal time: Thu 2020-03-26 12:32:07 UTC<\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">RTC time: Thu 2020-03-26 12:32:07<\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Time zone: Europe\/Berlin (CET, +0100)<\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">System clock synchronized: yes<\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">NTP service: active<\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">RTC in local TZ: no<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Get the list of all the available time zones.<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># timedatectl list-timezones<\/span><\/pre>\n<p><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Set your time zone.<\/span><\/p>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># timedatectl set-timezone Europe\/London<\/span><\/pre>\n<pre><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\"># date<\/span><br \/><span style=\"font-family: Ubuntu, sans-serif; font-size: 12pt;\">Thu Mar 26 12:59:44 GMT 2020<\/span><\/pre>\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, I will show you how to configure the client-side, but the server-side configurations are not entirely different.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[158],"tags":[457,569,570],"class_list":["post-7873","post","type-post","status-publish","format-standard","hentry","category-dedicated-servers","tag-centos-2","tag-ntp","tag-time"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to config Time and date on CentOS 8 - Unihost.FAQ<\/title>\n<meta name=\"description\" content=\"In this tutorial, I will show you how to configure the client-side, but the server-side configurations are not entirely different.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to config Time and date on CentOS 8 - Unihost.FAQ\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, I will show you how to configure the client-side, but the server-side configurations are not entirely different.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/\" \/>\n<meta property=\"og:site_name\" content=\"Unihost.FAQ\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/unihost\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-06T11:27:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-19T10:49:14+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/unihost.com\/help\/wp-content\/uploads\/template-1-1-1024x576.png\" \/>\n<meta name=\"author\" content=\"Unihost Support\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@unihost\" \/>\n<meta name=\"twitter:site\" content=\"@unihost\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Unihost Support\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/\"},\"author\":{\"name\":\"Unihost Support\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\"},\"headline\":\"How to config Time and date on CentOS 8\",\"datePublished\":\"2020-04-06T11:27:27+00:00\",\"dateModified\":\"2023-01-19T10:49:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/\"},\"wordCount\":156,\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/unihost.com\/help\/wp-content\/uploads\/template-1-1-1024x576.png\",\"keywords\":[\"CentOS\",\"ntp\",\"time\"],\"articleSection\":[\"02. Dedicated servers\"],\"inLanguage\":\"en\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/\",\"url\":\"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/\",\"name\":\"How to config Time and date on CentOS 8 - Unihost.FAQ\",\"isPartOf\":{\"@id\":\"https:\/\/unihost.com\/help\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/unihost.com\/help\/wp-content\/uploads\/template-1-1-1024x576.png\",\"datePublished\":\"2020-04-06T11:27:27+00:00\",\"dateModified\":\"2023-01-19T10:49:14+00:00\",\"description\":\"In this tutorial, I will show you how to configure the client-side, but the server-side configurations are not entirely different.\",\"breadcrumb\":{\"@id\":\"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/#primaryimage\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?.\/template-1-1.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?.\/template-1-1.png\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Unihost\",\"item\":\"https:\/\/unihost.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Help\",\"item\":\"https:\/\/unihost.com\/help\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to config Time and date on CentOS 8\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/unihost.com\/help\/#website\",\"url\":\"https:\/\/unihost.com\/help\/\",\"name\":\"Unihost.FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/unihost.com\/help\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/unihost.com\/help\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/unihost.com\/help\/#organization\",\"name\":\"Unihost\",\"alternateName\":\"Unihost\",\"url\":\"https:\/\/unihost.com\/help\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"contentUrl\":\"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png\",\"width\":300,\"height\":300,\"caption\":\"Unihost\"},\"image\":{\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/unihost\/\",\"https:\/\/x.com\/unihost\",\"https:\/\/www.instagram.com\/unihost\/?hl=en\",\"https:\/\/www.linkedin.com\/company\/unihost-com\",\"https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a\",\"name\":\"Unihost Support\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g\",\"caption\":\"Unihost Support\"},\"sameAs\":[\"https:\/\/unihost.com\/\"],\"url\":\"https:\/\/unihost.com\/help\/author\/support\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to config Time and date on CentOS 8 - Unihost.FAQ","description":"In this tutorial, I will show you how to configure the client-side, but the server-side configurations are not entirely different.","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:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/","og_locale":"en_US","og_type":"article","og_title":"How to config Time and date on CentOS 8 - Unihost.FAQ","og_description":"In this tutorial, I will show you how to configure the client-side, but the server-side configurations are not entirely different.","og_url":"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/","og_site_name":"Unihost.FAQ","article_publisher":"https:\/\/www.facebook.com\/unihost\/","article_published_time":"2020-04-06T11:27:27+00:00","article_modified_time":"2023-01-19T10:49:14+00:00","og_image":[{"url":"http:\/\/unihost.com\/help\/wp-content\/uploads\/template-1-1-1024x576.png","type":"","width":"","height":""}],"author":"Unihost Support","twitter_card":"summary_large_image","twitter_creator":"@unihost","twitter_site":"@unihost","twitter_misc":{"Written by":"Unihost Support","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/#article","isPartOf":{"@id":"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/"},"author":{"name":"Unihost Support","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a"},"headline":"How to config Time and date on CentOS 8","datePublished":"2020-04-06T11:27:27+00:00","dateModified":"2023-01-19T10:49:14+00:00","mainEntityOfPage":{"@id":"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/"},"wordCount":156,"publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"image":{"@id":"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/#primaryimage"},"thumbnailUrl":"http:\/\/unihost.com\/help\/wp-content\/uploads\/template-1-1-1024x576.png","keywords":["CentOS","ntp","time"],"articleSection":["02. Dedicated servers"],"inLanguage":"en"},{"@type":"WebPage","@id":"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/","url":"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/","name":"How to config Time and date on CentOS 8 - Unihost.FAQ","isPartOf":{"@id":"https:\/\/unihost.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/#primaryimage"},"image":{"@id":"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/#primaryimage"},"thumbnailUrl":"http:\/\/unihost.com\/help\/wp-content\/uploads\/template-1-1-1024x576.png","datePublished":"2020-04-06T11:27:27+00:00","dateModified":"2023-01-19T10:49:14+00:00","description":"In this tutorial, I will show you how to configure the client-side, but the server-side configurations are not entirely different.","breadcrumb":{"@id":"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/"]}]},{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/#primaryimage","url":"https:\/\/unihost.com\/help\/minio.php?.\/template-1-1.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?.\/template-1-1.png","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/unihost.com\/help\/how-to-config-time-and-date-on-centos-8\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Unihost","item":"https:\/\/unihost.com\/"},{"@type":"ListItem","position":2,"name":"Help","item":"https:\/\/unihost.com\/help\/"},{"@type":"ListItem","position":3,"name":"How to config Time and date on CentOS 8"}]},{"@type":"WebSite","@id":"https:\/\/unihost.com\/help\/#website","url":"https:\/\/unihost.com\/help\/","name":"Unihost.FAQ","description":"","publisher":{"@id":"https:\/\/unihost.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/unihost.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/unihost.com\/help\/#organization","name":"Unihost","alternateName":"Unihost","url":"https:\/\/unihost.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","contentUrl":"https:\/\/unihost.com\/help\/minio.php?2026\/01\/minio.png","width":300,"height":300,"caption":"Unihost"},"image":{"@id":"https:\/\/unihost.com\/help\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/unihost\/","https:\/\/x.com\/unihost","https:\/\/www.instagram.com\/unihost\/?hl=en","https:\/\/www.linkedin.com\/company\/unihost-com","https:\/\/www.youtube.com\/channel\/UCITKsxMDnslQY8brN3advgw"]},{"@type":"Person","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/bb5ae95f38577c920e6a7507888b715a","name":"Unihost Support","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/unihost.com\/help\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a0c9db17c2a0d93e8a0d5ac123f8c5db750ad4d3d5657369c0c4e480f5af77b8?s=96&d=mm&r=g","caption":"Unihost Support"},"sameAs":["https:\/\/unihost.com\/"],"url":"https:\/\/unihost.com\/help\/author\/support\/"}]}},"_links":{"self":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/7873","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/comments?post=7873"}],"version-history":[{"count":4,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/7873\/revisions"}],"predecessor-version":[{"id":9824,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/posts\/7873\/revisions\/9824"}],"wp:attachment":[{"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/media?parent=7873"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/categories?post=7873"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unihost.com\/help\/wp-json\/wp\/v2\/tags?post=7873"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}