# Angus' Events Plugin 📅

**URL:** https://meta.discourse.org/t/angus-events-plugin/69776
**Category:** Plugin
**Created:** [September 11, 2017, 2:44am UTC](https://meta.discourse.org/t/angus-events-plugin/69776 "2017-09-11T02:44:59Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![angus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/angus/32/341715_2.png) [@angus](https://meta.discourse.org/u/angus)
#### Post date: [September 20, 2017, 4:17am UTC](https://meta.discourse.org/t/angus-events-plugin/69776/3 "2017-09-20T04:17:07Z")

</div>

The time is always displayed in whatever timezone is set in the user’s browser.

Times are stored as unix timestamps (i.e. UTC) and then converted into the user’s timezone in the client via moment.js.

You can see this in action by viewing any events topic, [e.g. this topic](https://discourse.angusmcleod.com.au/t/party-with-the-prime-minister/20), in two different timezones.

 ![Screenshot at Sep 20 11-53-31](https://global.discourse-cdn.com/meta/original/3X/9/b/9b55051984b6098a921508dc5f445e4ef8c81808.png)

You can open a chrome window in a different timezone by creating the dir `~/chrome-profile` then running

```plaintext
TZ='US/Pacific' open -na "Google Chrome" --args "--user-data-dir=$HOME/chrome-profile"

```

([See further](https://stackoverflow.com/questions/16448754/how-to-use-a-custom-time-in-browser-to-test-for-client-vs-server-time-difference))

---

_[View the full topic](https://meta.discourse.org/t/angus-events-plugin/69776)._
