From 9d26f40279826ab81f5c4d95b4670b06ab172bca Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Sun, 24 Apr 2016 21:11:22 +0300 Subject: [PATCH] CSV import: support min.sec format Assume a format containing a dot to be min.sec as defined in DL7 specification. Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- xslt/csv2xml.xslt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/xslt/csv2xml.xslt b/xslt/csv2xml.xslt index 5ce584745..0f8362936 100644 --- a/xslt/csv2xml.xslt +++ b/xslt/csv2xml.xslt @@ -166,7 +166,15 @@ - + + + + + + + + +