EFForg / OpenWireless

The official home of the EFF OpenWireless Project
Other
732 stars 80 forks source link

Feature/better tz #226

Closed cooperq closed 9 years ago

cooperq commented 10 years ago

This PR makes OW set a real time zone for it's users, which would fix #212 and #210. It includes a python script to generate a dictionary mapping olson to posix timezones. I have also included the dictionary, pre-generated so that it is available to set the timezone the moment the person turns on their router. The gen_tz_dictionary should probably be put on a cron job. It shouldn't have to run very often though. Once per month is probably sufficient since timezones don't change that often.

cooperq commented 10 years ago

This is also dependent on installing the zoneinfo package, @Rangak can you do this?

jsha commented 10 years ago

Looks good. I'll hold off on merging until @rangak confirms addition of the zoneinfo package.

cooperq commented 10 years ago

@jsha the last commit fixes your style comments

jsha commented 10 years ago

Looks great!

jsha commented 10 years ago

@Rangak any update on adding the zoneinfo package so this can proceed?

Rangak commented 10 years ago

Will add for next router software release.

Rangak commented 9 years ago

zoneinfo packages added into Dec 2 release.