timezone icon indicating copy to clipboard operation
timezone copied to clipboard

Functions for helping manage timezones in Laravel. Includes <select> form builder for timezones.

Results 13 timezone issues
Sort by recently updated
recently updated
newest added

Europe/Moscow should be UTC + 3

Add Laravel 5.5+ autoload

- Add Laravel 5.5+ autoload

By selecting timezone: '(UTC+01:00) Berlin' => 'Europe/Berlin', Select form Timezone::selectForm(old('timezone', $user->timezone) displays this one: '(UTC+01:00) Bern' => 'Europe/Berlin',

For example if timezone Europe/Berlin fir Berlin selected, then we will see at form Bern selected. ``` (UTC+01:00) Berlin (UTC+01:00) Bern ``` Using `{!! Timezone::selectForm(old('timezone', $user->timezone), 'Select Timezone', array('class' =>...

https://github.com/camroncade/timezone/blob/master/src/Camroncade/Timezone/Timezone.php#L115 This line should be `'(UTC+08:00) Beijing' => 'Asia/Beijing',` rather than `'(UTC+08:00) Beijing' => 'Asia/Hong_Kong',` because the line 117 is `Asia/Hong_Kong`. please recorrect it, THX. In fact, we often use...

You need to change the Bern timezone in the dropdown list, currently it's Berlin. Also many people confuse this, but to put UTC+0000 for London is misleading because London is...

Using Laravel and wondering how you default to an existing db value on the edit blade.

This timezone should be changed to to Europe/Dublin or something else as it has been deprecated for some time now. http://php.net/manual/en/timezones.others.php