laravel-world icon indicating copy to clipboard operation
laravel-world copied to clipboard

Timezones?

Open wrabit opened this issue 4 years ago • 2 comments

How can we add timezone to each city?

wrabit avatar Jun 21 '20 08:06 wrabit

sure, but we need data source to do this.

khsing avatar Jul 10 '20 07:07 khsing

https://download.geonames.org/export/dump/ seems like a good source. Has a few dumps for cities by population. And they all link to an IANA Timezone which is what PHP uses.

@khsing did you prefer to add a timezone field in cities or a new timezone table with abbreviation and time offsets? PHP comes with DateTimeZone::Class that handles the information as needed and I think the table might be redundant. Could easily have the functionality with a timezone trait.

seche avatar Jul 21 '21 16:07 seche