summaryrefslogtreecommitdiff
path: root/times.cc
blob: 609261125805d9a9a44f6ce04532e102660d4391 (plain)
1
2
3
4
5
6
7
#include "times.h"

namespace ledger {

  ptime now = boost::posix_time::second_clock::universal_time();

}