# Just updated Discourse but dashboard says it was 6 hours ago

**URL:** https://meta.discourse.org/t/just-updated-discourse-but-dashboard-says-it-was-6-hours-ago/123479
**Category:** Support
**Created:** [20 juli 2019 om 00:10 UTC](https://meta.discourse.org/t/just-updated-discourse-but-dashboard-says-it-was-6-hours-ago/123479 "2019-07-20T00:10:12Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Dannii](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dannii/32/129087_2.png) [@Dannii](https://meta.discourse.org/u/Dannii)
#### Post date: [20 juli 2019 om 00:10 UTC](https://meta.discourse.org/t/just-updated-discourse-but-dashboard-says-it-was-6-hours-ago/123479/1 "2019-07-20T00:10:12Z")

</div>

I’ve just updated Discourse but the dashboard says it was 6 hours ago. Something weird with timezones I assume.

---

<div class="post-metadata">

### Author: ![justin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/justin/32/157614_2.png) [@justin](https://meta.discourse.org/u/justin)
#### Post date: [20 juli 2019 om 00:29 UTC](https://meta.discourse.org/t/just-updated-discourse-but-dashboard-says-it-was-6-hours-ago/123479/2 "2019-07-20T00:29:31Z")

</div>

Is your server time correct? I haven’t personally looked at where Discourse pulls time data from, but lots of times apps pull it from localhost.

---

<div class="post-metadata">

### Author: ![Dannii](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dannii/32/129087_2.png) [@Dannii](https://meta.discourse.org/u/Dannii)
#### Post date: [20 juli 2019 om 00:36 UTC](https://meta.discourse.org/t/just-updated-discourse-but-dashboard-says-it-was-6-hours-ago/123479/3 "2019-07-20T00:36:33Z")

</div>

I assume so. It’s a standard Linode server, and I wouldn’t have changed anything. How can I check?

---

<div class="post-metadata">

### Author: ![justin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/justin/32/157614_2.png) [@justin](https://meta.discourse.org/u/justin)
#### Post date: [20 juli 2019 om 01:34 UTC](https://meta.discourse.org/t/just-updated-discourse-but-dashboard-says-it-was-6-hours-ago/123479/4 "2019-07-20T01:34:12Z")

</div>

If you’re running Ubuntu, here are some ideas:

> <https://askubuntu.com/questions/27528/how-can-i-display-the-current-time-date-setting>

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [20 juli 2019 om 02:26 UTC](https://meta.discourse.org/t/just-updated-discourse-but-dashboard-says-it-was-6-hours-ago/123479/5 "2019-07-20T02:26:48Z")

</div>

Are you six hours from gmt?

---

<div class="post-metadata">

### Author: ![Dannii](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dannii/32/129087_2.png) [@Dannii](https://meta.discourse.org/u/Dannii)
#### Post date: [5 september 2019 om 09:18 UTC](https://meta.discourse.org/t/just-updated-discourse-but-dashboard-says-it-was-6-hours-ago/123479/6 "2019-09-05T09:18:57Z")

</div>

This is still happening.

I just upgraded. The dashboard says “4 hours ago”.

admin/dashboard.json:

```plaintext
{  
   "updated_at":"2019-09-05T09:09:48.567Z",
   "version_check":{  
      "installed_version":"2.4.0.beta3",
      "installed_sha":"cd894b7d17a5d0712facb943229cdb2504818a7f",
      "installed_describe":"v2.4.0.beta3 +7",
      "git_branch":"tests-passed",
      "updated_at":"2019-09-05T09:09:48.981Z",
      "latest_version":"2.4.0.beta3",
      "critical_updates":false,
      "missing_versions_count":0,
      "stale_data":false
   }
}

```

admin/dashboard/general.json:

```plaintext
{  
   "updated_at":"2019-09-05T09:09:48.619Z",
   "discourse_updated_at":"2019-09-05T05:32:33.000+00:00",
   "release_notes_link":"https://meta.discourse.org/c/feature/announcements?tags=release-notes\u0026before=0"
}

```

From the server console:

```plaintext
timedatectl
      Local time: Thu 2019-09-05 09:16:30 UTC
  Universal time: Thu 2019-09-05 09:16:30 UTC
        RTC time: Thu 2019-09-05 09:16:30
       Time zone: Etc/UTC (UTC, +0000)
 Network time on: yes
NTP synchronized: yes
 RTC in local TZ: no

```

And finally, I’m in UTC+10.

I did notice that the last commit to discourse/discourse was [4 hours ago](https://github.com/discourse/discourse/commit/cd894b7d17a5d0712facb943229cdb2504818a7f). It’s not taking that time as the time I updated is it?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [5 september 2019 om 13:09 UTC](https://meta.discourse.org/t/just-updated-discourse-but-dashboard-says-it-was-6-hours-ago/123479/7 "2019-09-05T13:09:51Z")

</div>

You just described that the update time is the update time of the code. So yes, that’s it.

---

<div class="post-metadata">

### Author: ![Dannii](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dannii/32/129087_2.png) [@Dannii](https://meta.discourse.org/u/Dannii)
#### Post date: [5 september 2019 om 14:06 UTC](https://meta.discourse.org/t/just-updated-discourse-but-dashboard-says-it-was-6-hours-ago/123479/8 "2019-09-05T14:06:46Z")

</div>

Anyone else been confused by this or just me? Not hard to change the label, but if only I got confused it’s probably not worth the trouble.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [3 april 2023 om 19:39 UTC](https://meta.discourse.org/t/just-updated-discourse-but-dashboard-says-it-was-6-hours-ago/123479/9 "2023-04-03T19:39:07Z")

</div>



---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [3 april 2023 om 20:42 UTC](https://meta.discourse.org/t/just-updated-discourse-but-dashboard-says-it-was-6-hours-ago/123479/10 "2023-04-03T20:42:53Z")

</div>


