summaryrefslogtreecommitdiff
path: root/times.cc
diff options
context:
space:
mode:
Diffstat (limited to 'times.cc')
-rw-r--r--times.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/times.cc b/times.cc
new file mode 100644
index 00000000..60926112
--- /dev/null
+++ b/times.cc
@@ -0,0 +1,7 @@
+#include "times.h"
+
+namespace ledger {
+
+ ptime now = boost::posix_time::second_clock::universal_time();
+
+}