| [+-]NNN years | Number of years added/subtracted to the date | 
    
      | [+-]NNN months | Number of months added/subtracted to the date | 
    
      | [+-]NNN days | Number of days added/subtracted to the date | 
    
      | [+-]NNN hours | Number of hours added/subtracted to the date | 
    
      | [+-]NNN minutes | Number of minutes added/subtracted to the date | 
    
      | [+-]NNN seconds | Number of seconds added/subtracted to the date | 
    
      | [+-]NNN.NNNN seconds | Number of seconds (and fractional seconds) added/subtracted to the date | 
    
      | start of year | Shifting the date back to the start of the year | 
    
      | start of month | Shifting the date back to the start of the month | 
    
      | start of day | Shifting the date back to the start of the day | 
    
      | weekday N | Moves the date forward to the next date where weekday number is N (0=Sunday, 1=Monday, 2=Tuesday, 3=Wednesday, 4=Thursday, 5=Friday, 6=Saturday)
 | 
    
      | unixepoch | Used with the DDDDDDDDDD timestring to interpret the date as UNIX Time (ie: number of seconds since 1970-01-01) | 
    
      | localtime | Adjusts date to localtime, assuming the timestring was expressed in UTC | 
    
      | utc | Adjusts date to utc, assuming the timestring was expressed in localtime |