Interchange

CVS log for interchange/code/Filter/datetime2epoch.filter

[BACK] Up to [Local Repository] / interchange / code / Filter

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Mar 30 23:40:44 2007 UTC (21 months, 1 week ago) by pajamian
Branches: MAIN
CVS tags: STABLE_5_6-root, STABLE_5_6-branch, REL_5_7_1, REL_5_6_1, REL_5_5_3, REL_5_5_2, REL_5_5_1, HEAD, DEB_5_6_1_2, DEB_5_5_1_1_1, DEB_5_5_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -3 lines
Fix incorrect license in headers GPL v2 -> GPL v2 "or later".  Update copyrights.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Feb 23 15:59:18 2007 UTC (22 months, 2 weeks ago) by kwalsh
Branches: MAIN
    * New filter, designed to replace the date2time filter, which I suggest
      should now be deprecated.

      The date/time is expected to have one of the following formats:

	MM[/-]DD[/-]YY(YY)?(:hh(:?mm(:ss)?)?)?

      or (ISO/MySQL date/time):

	YYYY-MM-DD([T ]hh(:mm(:ss)?)?)?

      First format:  if the year specification contains only two digits,
      and is less than 50, then it is treated as an offset from the year
      2000, rather than from 1900.  In other words, 07 is understood as
      year 2007, and 80 is understood as year 1980.  An unspecified day
      or month will default to 01.  Unspecified hours or minutes default
      to 00.

      Second (ISO/MySQL date/time) format:  The year must be specified
      using four digits, and the day and month are not optional.

      In both cases, the hours, minutes and seconds will default to 00,
      unless specified otherwise.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Interchange CVSweb <info@icdevgroup.org>