Changeset 11999 for trunk/FACT++


Ignore:
Timestamp:
09/07/11 09:58:05 (13 years ago)
Author:
tbretz
Message:
Fixed path name which has to be 'offsetted' by 12 hours.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DataProcessorImp.cc

    r11893 r11999  
    2727
    2828    const Time time;
    29     name << time.GetAsStr("%Y/%m/%d/");
     29
     30    const Time night = time - boost::posix_time::hours(12);
     31
     32    name << night.GetAsStr("%Y/%m/%d/");
    3033
    3134    try
Note: See TracChangeset for help on using the changeset viewer.