timezone
timezone copied to clipboard
Functions for helping manage timezones in Laravel. Includes <select> form builder for timezones.
Noticed a minor niggle that's causing a couple of headaches, Because some of the timezones are using the same value (Auckland and Wellington in our case), When it comes to...
There is an issue with ambiguous timezones. For example take Europe/Berlin. This is mapped to the display values (UTC+01:00) Berlin and (UTC+01:00) Bern. When I now pass Europe/Berlin to the...
Not working with Laravel 11