You are here

function date_update_6 in Date 5.2

Same name and namespace in other branches
  1. 5 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/date.install, line 174

Code

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