Forum Discussion

ratgdillon's avatar
ratgdillon
Frequent Visitor
5 years ago

Dataset to Standarize Time Across Time Zones

Right now I have some data that involves date/time and city/state/country. All times are recorded in Eastern Standard time, but some entries are in different time zones. I would like to visualize this data by hour of day. I want to download a dataset that includes time zone by county or city so I can link it to my dataset to compare time of sales across geography.

 

Any suggestions?

 

CityStateCountyCountrySalesDateTime
DallasTXDallasUS$42.008/23/209:14:09 PM
FiskdaleMAWorcesterUS$12.008/15/2012:39:16 PM
CentervilleCAFresnoUS$30.008/7/201:38:46 PM

3 Replies

    • ratgdillon's avatar
      ratgdillon
      Frequent Visitor

      Greg_Decklerthe dataset needs to link county or city to time zone. Listing the time zone and its time offset is helpful, but it won't be of any use if I can't link each row (city/state) to its corresponding time zone.

      • Greg_Deckler's avatar
        Greg_Deckler
        Community Champion

        ratgdillon I've never found a good list for this. Maybe find a list of the lat/long of each city. Get a similar list for the long of each time zone. Then you could create a calculation to figure out the time zone based upon each city's longitude?