You are here

function date_update_6 in Date 5

Same name and namespace in other branches
  1. 5.2 date/date.install \date_update_6()

Update existing date-specific timezone fields with their offset values Superceded by update 5103, so just skip this step and do it then.

File

./date.install, line 184

Code

function date_update_6() {
  $ret = array();
  return $ret;
}