Is there a way I can specify the timezone LaTeX should use when printing the \today and \currenttime (or the datetime package in general)?
I need this because travisCI does build my PDF automatically on every commit and their timezone seems to be set to GMT. I'd need GMT+1.
Contrary to some other questions I don't want the timezone to be displayed, I just want the date & time to be in the specified timezone.
For building I use latexmk with pdflatex set to LuaLaTeX.