summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/svhtml/parhtml.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svhtml/parhtml.cxx b/svtools/source/svhtml/parhtml.cxx
index b2620b5a49e6..a5bffbd9dcbd 100644
--- a/svtools/source/svhtml/parhtml.cxx
+++ b/svtools/source/svhtml/parhtml.cxx
@@ -2080,7 +2080,7 @@ bool HTMLParser::ParseMetaOptionsImpl(
if (valid)
{
Date aDate(nDate);
- tools::Time aTime(nTime);
+ tools::Time aTime(tools::Time::fromEncodedTime(nTime));
uDT = DateTime(aDate, aTime).GetUNODateTime();
}
}