aboutsummaryrefslogtreecommitdiff
path: root/module/datetime.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-10-23 00:14:52 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-10-23 00:14:52 +0200
commit207d04b652925de2348010a0a2a4d2f72728a363 (patch)
tree8c8034914c8eb18d79e574596963b1ad52eb9978 /module/datetime.scm
parentAdd an assert. (diff)
downloadcalp-207d04b652925de2348010a0a2a4d2f72728a363.tar.gz
calp-207d04b652925de2348010a0a2a4d2f72728a363.tar.xz
Add entry-point for generating tidsrapporter.
Diffstat (limited to 'module/datetime.scm')
-rw-r--r--module/datetime.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/datetime.scm b/module/datetime.scm
index 001af59e..cb732ad3 100644
--- a/module/datetime.scm
+++ b/module/datetime.scm
@@ -16,7 +16,7 @@
:use-module (ice-9 i18n)
:use-module (ice-9 format)
:use-module (calp util config)
- :re-export (locale-month)
+ :re-export (locale-month locale-month-short)
)