Module for displaying daylight time for cam in various timezones
moaxey - May 25, 2009 - 02:47
Description
When I put my cam up, many people in other timezones wanted to be able to easily find out when my day fell in their time.
I already had some php5 code that starts and stops my camera, so I've adapted that into a drupal 6 module, that can display a block.
It needs more work, and you have to edit the code to put in your timezones.
At the moment you define the list of timezone names, in the php5 date_timezone formats, the first one being the home zone of the cam and it works out the twilight start and end times and displays them in a table.
Perhaps if others find this useful, I might develop it more.

#1