{"id":102317,"date":"2023-01-18T11:49:19","date_gmt":"2023-01-18T16:49:19","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=102317"},"modified":"2023-01-18T11:49:21","modified_gmt":"2023-01-18T16:49:21","slug":"ubuntu-timezone-timedatectl","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/","title":{"rendered":"Setting the Clock on Your Ubuntu Server: A Step-by-Step Guide"},"content":{"rendered":"<p> Setting the timezone for your server is a critical first step in basic system administration.  If your server doesn\u2019t tell good time, it can cause you plenty of headaches.  Need to know when an email came in?  Need a cron job to run at a specific time?  Need an SSL to renew at a regular interval?  Databases, logging, scheduling, and automation all require accurate timekeeping.  You get the picture: time is money.  So in this article, we\u2019ll tell you how to set your Ubuntu server to the proper timezone. <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#list-timezones\">Get Available Timezones<\/a><\/li>\n\n\n\n<li><a href=\"#set-timezone\">Set The Server Timezone To Your Desired Location<\/a><\/li>\n\n\n\n<li><a href=\"#verify-timezone\">Verify You Have Set The Correct Timezone<\/a><\/li>\n<\/ul>\n\n\n\n<p class=\"alert alert-info\">Note: the commands in this article require root access or the usage of a sudo user. If you don\u2019t know what that means be sure to check out our full guide on <a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/linux\/create-sudo-user-ubuntu-20\/\">creating sudo users in Ubuntu<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"list-timezones\">Get Available Timezones<\/h2>\n\n\n\n<p> First of all, before you set the time of your server, you need to know what times are available.  For example, I can\u2019t set my Ubuntu clock for Miami, Fl.  But I can set it for New York, NY.\u2014which will be the same time, for all intents and purposes. <\/p>\n\n\n\n<p>\nYou can see a list of all available timezones by running this command:\n<\/p>\n\n\n\n<pre id=\"orgea80308\" class=\"wp-block-preformatted\">timedatectl list-timezones\n<\/pre>\n\n\n\n<p>\nThat will yield 610 results, so it\u2019s not very helpful.  With the grep command, you can limit your output to a search query.  For example, if you wanted to find \u201cNew York\u201d, you could search for it like this:\n<\/p>\n\n\n\n<pre id=\"orgb69bf46\" class=\"wp-block-preformatted\">timedatectl list-timezones | grep \"New\"\n<\/pre>\n\n\n\n<p>\nAnd you will get the following output:\n<\/p>\n\n\n\n<pre id=\"org16cb529\" class=\"wp-block-preformatted\">America\/<strong>New<\/strong>_York\nAmerica\/North_Dakota\/<strong>New<\/strong>_Salem\nCanada\/<strong>New<\/strong>foundland\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"set-timezone\">Set The Server Timezone To Your Desired Location<\/h2>\n\n\n\n<p>\nNow that you have a list of available timezones, find one that\u2019s closest to you and set it for your system.  You can do that with the following command:\n<\/p>\n\n\n\n<pre id=\"org4367113\" class=\"wp-block-preformatted\">sudo timedatectl set-timezone &lt;desired timezone&gt;\n<\/pre>\n\n\n\n<p>\nFor example, if you want to set your timezone for <code>America\/New_York<\/code> (as in the above example), the command would look like this:\n<\/p>\n\n\n\n<pre id=\"org25ae282\" class=\"wp-block-preformatted\">sudo timedatectl set-timezone America\/New_York\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"verify-timezone\">Verify You Have Set The Correct Timezone<\/h2>\n\n\n\n<p> Now you have run a command to set the timezone for your server, but how do you know you did it right?  You can always double-check you have the correct timezone set with the following command: <\/p>\n\n\n\n<pre id=\"orgcaeeb40\" class=\"wp-block-preformatted\">timedatectl\n<\/pre>\n\n\n\n<p> This command will output the current time, date, and other timezone information on your Ubuntu server.<\/p>\n\n\n\n<p>You will get an output similar to this one:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img decoding=\"async\" width=\"406\" height=\"122\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/01\/snap_038.png\" class=\"optimized-lcp-image\" alt=\"\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/01\/snap_038.png 406w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/01\/snap_038-300x90.png 300w\"><\/figure>\n<\/div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\">\n\n\n\n<p>Well done!  Now your Ubuntu cloud server can tell time properly.  For more system admin tutorials and information, check out our full <a href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/\">cloud server guide<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Setting the timezone for your server is a critical first step in basic system administration. If your server doesn\u2019t tell good time, it can cause you plenty of headaches. Need to know when an email came in? Need a cron job to run at a specific time? Need an SSL to renew at a regular<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/\"> Read More ><\/a><\/p>\n","protected":false},"author":17,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4370],"tags":[],"class_list":["post-102317","post","type-post","status-publish","format-standard","hentry","category-cloud-server"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Setting the Clock on Your Ubuntu Server: A Step-by-Step Guide<\/title>\n<meta name=\"description\" content=\"Your Ubuntu server needs to tell good time. Here&#039;s how to properly set the server timezone for your desired location.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Setting the Clock on Your Ubuntu Server: A Step-by-Step Guide\" \/>\n<meta property=\"og:description\" content=\"Your Ubuntu server needs to tell good time. Here&#039;s how to properly set the server timezone for your desired location.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-01-18T16:49:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-18T16:49:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/01\/snap_038.png\" \/>\n<meta name=\"author\" content=\"Christopher Maiorana\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Christopher Maiorana\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/\"},\"author\":{\"name\":\"Christopher Maiorana\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f\"},\"headline\":\"Setting the Clock on Your Ubuntu Server: A Step-by-Step Guide\",\"datePublished\":\"2023-01-18T16:49:19+00:00\",\"dateModified\":\"2023-01-18T16:49:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/\"},\"wordCount\":422,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/01\/snap_038.png\",\"articleSection\":[\"Cloud Server Hosting\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/\",\"name\":\"Setting the Clock on Your Ubuntu Server: A Step-by-Step Guide\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/01\/snap_038.png\",\"datePublished\":\"2023-01-18T16:49:19+00:00\",\"dateModified\":\"2023-01-18T16:49:21+00:00\",\"description\":\"Your Ubuntu server needs to tell good time. Here's how to properly set the server timezone for your desired location.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/01\/snap_038.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/01\/snap_038.png\",\"width\":406,\"height\":122},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Setting the Clock on Your Ubuntu Server: A Step-by-Step Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f\",\"name\":\"Christopher Maiorana\",\"description\":\"Christopher Maiorana joined the InMotion community team in 2015 and regularly dispenses tips and tricks in the Support Center, Community Q&A, and the InMotion Hosting Blog.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/chris-m-4623144b\/\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/christopherm\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Setting the Clock on Your Ubuntu Server: A Step-by-Step Guide","description":"Your Ubuntu server needs to tell good time. Here's how to properly set the server timezone for your desired location.","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:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/","og_locale":"en_US","og_type":"article","og_title":"Setting the Clock on Your Ubuntu Server: A Step-by-Step Guide","og_description":"Your Ubuntu server needs to tell good time. Here's how to properly set the server timezone for your desired location.","og_url":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2023-01-18T16:49:19+00:00","article_modified_time":"2023-01-18T16:49:21+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/01\/snap_038.png","type":"","width":"","height":""}],"author":"Christopher Maiorana","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Christopher Maiorana"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/"},"author":{"name":"Christopher Maiorana","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f"},"headline":"Setting the Clock on Your Ubuntu Server: A Step-by-Step Guide","datePublished":"2023-01-18T16:49:19+00:00","dateModified":"2023-01-18T16:49:21+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/"},"wordCount":422,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/01\/snap_038.png","articleSection":["Cloud Server Hosting"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/","url":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/","name":"Setting the Clock on Your Ubuntu Server: A Step-by-Step Guide","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/01\/snap_038.png","datePublished":"2023-01-18T16:49:19+00:00","dateModified":"2023-01-18T16:49:21+00:00","description":"Your Ubuntu server needs to tell good time. Here's how to properly set the server timezone for your desired location.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/01\/snap_038.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/01\/snap_038.png","width":406,"height":122},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/ubuntu-timezone-timedatectl\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Setting the Clock on Your Ubuntu Server: A Step-by-Step Guide"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/c6922c56c84e17079fd558e07b7ef72f","name":"Christopher Maiorana","description":"Christopher Maiorana joined the InMotion community team in 2015 and regularly dispenses tips and tricks in the Support Center, Community Q&A, and the InMotion Hosting Blog.","sameAs":["https:\/\/www.linkedin.com\/in\/chris-m-4623144b\/"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/christopherm\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4370,"name":"Cloud Server Hosting","slug":"cloud-server","link":"https:\/\/www.inmotionhosting.com\/support\/product-guides\/cloud-server\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/102317","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=102317"}],"version-history":[{"count":8,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/102317\/revisions"}],"predecessor-version":[{"id":102420,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/102317\/revisions\/102420"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=102317"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=102317"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=102317"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}