Changes between Version 5 and Version 6 of Dev/INTREPID/7


Ignore:
Timestamp:
04/13/11 17:50:35 (2 years ago)
Author:
pferreir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/INTREPID/7

    v5 v6  
    5555==== Specification details ==== 
    5656 
     57===== Date and time formats ==== 
     58The user should be able to specify dates and times in both an absolute and a relative way: 
     59 * Using a subset of ISO8601; 
     60 * Using the keywords `yesterday`, `today`, `now`, `tomorrow`. `now` would be the current date/time while the others would change value according to their context: 
     61   * Date of the day in question, 00:00, if specified as `from`; 
     62   * Date of the day in question, 23:59 if specified as `to`;  
     63 * Using a relative notation like `5d`, `-1h`, `2d1h30m`, etc... 
     64 
     65If not specified, date and time parameters should extend to minus or plus infinity. 
     66 
    5767===== Time zone support ===== 
    5868 
    59 Some deatails about timezone support: 
     69Some details about timezone support: 
    6070 
    6171 * API users should be able to specify a timezone in which the results should be displayed; Otherwise, results should be displayed in their original timezones;