plugins/geo/data_handlers/timezones.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return (array) from('timezones')->where('active', '1')->order_by('seconds ASC', 'name ASC')->all();