Show
Ignore:
Timestamp:
11/30/06 23:26:47 (17 years ago)
Author:
jerome
Message:

Documented the start= and end= filters for the data dumper.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/po/pykota.pot

    r3092 r3094  
    15621562"         end            Job's date of printing\n" 
    15631563"         \n" 
     1564"  Dates formatting with 'start' and 'end' filter keys :\n" 
     1565"  \n" 
     1566"    YYYY : year boundaries\n" 
     1567"    YYYYMM : month boundaries\n" 
     1568"    YYYYMMDD : day boundaries\n" 
     1569"    YYYYMMDDhh : hour boundaries\n" 
     1570"    YYYYMMDDhhmm : minute boundaries\n" 
     1571"    YYYYMMDDhhmmss : second boundaries\n" 
     1572"    yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-15)\n" 
     1573"    today[+-NbDays] : today more or less N days (e.g. : today-15)\n" 
     1574"    tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15)\n" 
     1575"    now[+-NbDays] : now more or less N days (e.g. now-15)\n" 
     1576"\n" 
     1577"  'now' and 'today' are not exactly the same since today represents the first\n" 
     1578"  or last second of the day depending on if it's used in a start= or end=\n" 
     1579"  date expression. The utility to be able to specify dates in the future is\n" 
     1580"  a question which remains to be answered :-)\n" 
     1581"  \n" 
    15641582"  Contrary to other PyKota management tools, wildcard characters are not \n" 
    15651583"  expanded, so you can't use them.\n"