bencomeau/usertimezone

A simple solution for converting Laravel's default dates attributes to a user's set timezone, for 5.2+

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/bencomeau/usertimezone

dev-master 2016-10-14 00:15 UTC

This package is auto-updated.

Last update: 2025-10-10 13:14:06 UTC


README

Instead of manually writing mutators or making app-wide timezone changes, this package allows one to set a user-based timezone.

It will automatically convert dates using Laravel's "dates" column without the need to write custom mutators for each attribute.

Installation

Usage