Skip to content

Releases: mikebarlow/Timezones

PHP8 Support

13 Apr 07:32
Compare
Choose a tag to compare

Updated PHPUnit to v9 and added checks for PHP8

V2.1.0 - Timezone list added

04 Sep 10:15
Compare
Choose a tag to compare

A new method has been added to the timezones object which will allow you to easily generate a formatted array of timezones available.

This array can then be used, as shown in the documentation, to generate a select box drop down for a user to select their timezone.

V2.0.0 - Namespace change and readme update

14 Aug 13:37
Compare
Choose a tag to compare

Release V2, this is mainly for the breaking change of changing the namespace and the package name. However I have improved the readme examples also.

Timezones V1.0.0 Released

15 Aug 22:04
Compare
Choose a tag to compare

Pleased to announce the release of Snscripts/Timezones 1.0.0

This is a fairly simple package to provide helper functions when dealing with the saving and displaying of dates and the associated Timezone conversions between UTC and a users local timezone.

Bundled is also a Laravel Service Provider which adds the object to the Container, initiates a Facade and also creates a Blade Directive to make converting and display dates even easier!

For documentation, please refer to the readme.