Commit bf354fd2 authored by Frank Bergmann's avatar Frank Bergmann

- Update to OpenACS 5.9.1

parent eb801a08
......@@ -7,17 +7,17 @@
<initial-install-p>t</initial-install-p>
<singleton-p>t</singleton-p>
<version name="5.9.0" url="http://openacs.org/repository/download/apm/ref-timezones-5.9.0.apm">
<version name="5.9.1" url="http://openacs.org/repository/download/apm/ref-timezones-5.9.1.apm">
<owner url="mailto:jon@mayuli.com">Jon Griffin</owner>
<summary>Timezone data for acs-reference.</summary>
<release-date>2015-10-04</release-date>
<release-date>2017-08-06</release-date>
<maturity>3</maturity>
<vendor url="http://www.mayuli.com">Mayuli Enterprises, LLC</vendor>
<description format="text/plain">This is the timezone data for the acs-reference data package. Used by acs-lang (among others) for localized times.</description>
<provides url="ref-timezones" version="5.9.0"/>
<requires url="acs-kernel" version="5.9.0"/>
<requires url="acs-reference" version="5.9.0"/>
<provides url="ref-timezones" version="5.9.1"/>
<requires url="acs-kernel" version="5.9.1"/>
<requires url="acs-reference" version="5.9.1"/>
<callbacks>
<callback type="after-upgrade" proc="ref-timezones::apm::after_upgrade"/>
......
......@@ -8,7 +8,7 @@
-- @author jon@jongriffin.com
-- @author ron@arsdigita.com
-- @creation-date 2000-11-30
-- @cvs-id $Id$
-- @cvs-id $Id: ref-timezones-create.sql,v 1.5 2003/09/30 12:10:10 mohanp Exp $
-- we don't need this anymore. all data should be updated from the source
create sequence timezone_seq;
......
......@@ -4,7 +4,7 @@
--
-- @author jon@jongriffin.com
-- @created 2000-12-04
-- @cvs-id $Id$
-- @cvs-id $Id: ref-timezones-drop.sql,v 1.3 2003/09/30 12:10:10 mohanp Exp $
declare
v_repository_id integer;
......
......@@ -8,7 +8,7 @@
-- @author jon@jongriffin.com
-- @author ron@arsdigita.com
-- @creation-date 2000-11-30
-- @cvs-id $Id$
-- @cvs-id $Id: upgrade-0.3-0.4d1.sql,v 1.1 2003/10/08 16:53:46 mohanp Exp $
-------------------------------------------------------------------------------
-- TimeZone package
......
......@@ -7,7 +7,7 @@
--
-- @author jon@jongriffin.com, dhogaza@pacifier.com
-- @creation-date 2001-09-02
-- @cvs-id $Id$
-- @cvs-id $Id: ref-timezones-create.sql,v 1.12.4.1 2017/04/22 12:07:20 gustafn Exp $
-- DRB: PostgreSQL has its own ideas about timezones and input/output conversions.
-- It natively supports a subset of the Unix timezone database, and external
......@@ -35,7 +35,7 @@
-- and appends the timezone abbreviation.
-- timezone__get_offset(timezone, timestamptz) returns interval
-- Returns a PostgreSQL interval (which can be added or substracted from
-- Returns a PostgreSQL interval (which can be added or subtracted from
-- a UTC timestamp) for the timestamp in the given timezone.
-- timezone__get_rawoffset(timezone, timestamptz) returns interval
......
......@@ -4,7 +4,7 @@
--
-- @author jon@jongriffin.com
-- @created 2000-12-04
-- @cvs-id $Id$
-- @cvs-id $Id: ref-timezones-drop.sql,v 1.5 2013/03/30 18:50:28 gustafn Exp $
......
......@@ -6,7 +6,7 @@ ad_library {
@author Victor Guerra (vguerra@wu-wien.ac.at)
@creation-date 2008-12-16
@cvs-id $Id$
@cvs-id $Id: apm-callback-procs.tcl,v 1.1.10.2 2015/09/29 10:21:24 gustafn Exp $
}
namespace eval ref-timezones::apm {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment