You are here

function _uc_reports_timezone_offset in Ubercart 5

Same name and namespace in other branches
  1. 6.2 uc_reports/uc_reports.module \_uc_reports_timezone_offset()
9 calls to _uc_reports_timezone_offset()
uc_reports_products_custom in uc_reports/uc_reports.module
Display the product reports
uc_reports_products_custom_form_submit in uc_reports/uc_reports.module
uc_reports_sales_custom in uc_reports/uc_reports.module
uc_reports_sales_custom_form_submit in uc_reports/uc_reports.module
uc_reports_sales_summary in uc_reports/uc_reports.module

... See full list

File

uc_reports/uc_reports.module, line 1360
Displays reports on sales, customers, and products to store admin

Code

function _uc_reports_timezone_offset() {
  return variable_get('date_default_timezone', 0);
}