You are here

README.txt in Geo Time Zone 8

Description:
API that determines the timezone based on geo location (longitude/latitude).
Using "geotimezone_query($latitude, $longitude, $format);" that returns
timezone name or offset (depends on $format value). This module does not need
web services, data files or SQL database. This is a Drupal version of
LatLongToTimezone project (https://github.com/drtimcooper/LatLongToTimezone)

Requirements:
PHP 5.4 and up
Drupal 7.x

Installation:
1. Copy the extracted geotimezone directory to your Drupal sites/all/modules directory.
2. Login as an administrator. Enable the module at http://www.example.com/?q=admin/modules

Support:
Please use the issue queue for filing bugs with this module at
http://drupal.org/project/issues/geotimezone

File

README.txt
View source
  1. Description:
  2. API that determines the timezone based on geo location (longitude/latitude).
  3. Using "geotimezone_query($latitude, $longitude, $format);" that returns
  4. timezone name or offset (depends on $format value). This module does not need
  5. web services, data files or SQL database. This is a Drupal version of
  6. LatLongToTimezone project (https://github.com/drtimcooper/LatLongToTimezone)
  7. Requirements:
  8. PHP 5.4 and up
  9. Drupal 7.x
  10. Installation:
  11. 1. Copy the extracted geotimezone directory to your Drupal sites/all/modules directory.
  12. 2. Login as an administrator. Enable the module at http://www.example.com/?q=admin/modules
  13. Support:
  14. Please use the issue queue for filing bugs with this module at
  15. http://drupal.org/project/issues/geotimezone