PHPackages                             matotominac/time-traveler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. matotominac/time-traveler

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

matotominac/time-traveler
=========================

Add the time zone control in Craft CMS on user level

1.0.4(4y ago)01.7k[3 issues](https://github.com/frontend-services/craft-timetraveler/issues)proprietaryPHP

Since Mar 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/frontend-services/craft-timetraveler)[ Packagist](https://packagist.org/packages/matotominac/time-traveler)[ RSS](/packages/matotominac-time-traveler/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Time Traveler plugin for Craft CMS 3.x
======================================

[](#time-traveler-plugin-for-craft-cms-3x)

Allow users to change the time zone.

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation
------------

[](#installation)

To install the plugin either install it through Plugin Store or tell Composer to load the plugin and then go to Settings → Plugins and click the “Install” button for Time Traveler.

```
    composer require matotominac/time-traveler

```

Time Traveler Overview
----------------------

[](#time-traveler-overview)

With Time Traveler plugin users will be able to select a timezone for their user account. When they select a timezone all dates will instantly be shown in their selected time zone, no need for any extra frontend conversion. Also everything they post that includes time will be posted in their time zone and propery converted to system's time zone.

[![User timezone in Craft CMS](resources/img/user-profile-timezone-all.png)](resources/img/user-profile-timezone-all.png) [![Filtered user timezone in Craft CMS](resources/img/user-profile-timezone-us.png)](resources/img/user-profile-timezone-us.png)

When you enable the plugin all timezones will be available in the dropdown but you are in total control of selecting which timezones will show and you can also rename timezones to something nicer than default PHP timezone labels.

Configuring Time Traveler
-------------------------

[](#configuring-time-traveler)

Create a file called `time-traveler.php` in your Craft's config folder and paste the following code.

```
