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/bin/dumpykota

    r3093 r3094  
    9898         end            Job's date of printing 
    9999          
     100  Dates formatting with 'start' and 'end' filter keys : 
     101   
     102    YYYY : year boundaries 
     103    YYYYMM : month boundaries 
     104    YYYYMMDD : day boundaries 
     105    YYYYMMDDhh : hour boundaries 
     106    YYYYMMDDhhmm : minute boundaries 
     107    YYYYMMDDhhmmss : second boundaries 
     108    yesterday[+-NbDays] : yesterday more or less N days (e.g. : yesterday-15) 
     109    today[+-NbDays] : today more or less N days (e.g. : today-15) 
     110    tomorrow[+-NbDays] : tomorrow more or less N days (e.g. : tomorrow-15) 
     111    now[+-NbDays] : now more or less N days (e.g. now-15) 
     112 
     113  'now' and 'today' are not exactly the same since today represents the first 
     114  or last second of the day depending on if it's used in a start= or end= 
     115  date expression. The utility to be able to specify dates in the future is 
     116  a question which remains to be answered :-) 
     117   
    100118  Contrary to other PyKota management tools, wildcard characters are not  
    101119  expanded, so you can't use them.