summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/back-exp.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-12-03 20:01:53 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-12-03 20:01:53 +0100
commit61848324b49c6fe34f9c5dd62a34d2fbfbbb16b8 (patch)
tree2bd5b88839e392589d77e586e62be2d647929e2c /tex/context/base/mkiv/back-exp.lua
parent9273441a6cb7b02b3336e0a862ee311dbd3653e9 (diff)
downloadcontext-61848324b49c6fe34f9c5dd62a34d2fbfbbb16b8.tar.gz
2020-12-03 18:59:00
Diffstat (limited to 'tex/context/base/mkiv/back-exp.lua')
-rw-r--r--tex/context/base/mkiv/back-exp.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/back-exp.lua b/tex/context/base/mkiv/back-exp.lua
index 314d66eeb..983c6059f 100644
--- a/tex/context/base/mkiv/back-exp.lua
+++ b/tex/context/base/mkiv/back-exp.lua
@@ -552,7 +552,7 @@ do
if not less_state then
setattribute(di,"file",tex.jobname)
if included.date then
- setattribute(di,"date",backends.timestamp())
+ setattribute(di,"date",os.fulltime())
end
setattribute(di,"context",environment.version)
setattribute(di,"version",exportversion)
@@ -3472,7 +3472,7 @@ local xmlpreamble = [[
return replacetemplate(xmlpreamble, {
standalone = standalone and "yes" or "no",
filename = tex.jobname,
- date = included.date and backends.timestamp(),
+ date = included.date and os.fulltime(),
contextversion = environment.version,
exportversion = exportversion,
})