Time in quarto documents #12097
-
DescriptionAccording to documentation https://quarto.org/docs/reference/dates.html#date-parsing unfortunately
translated to
when compiling a book pdf |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You are asking the format of the date to be This works just fine, see the screenshot below: ![]() Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
You are asking the format of the date to be
YYYY-MM-DDTHH:mm:ssZ
, so this is exactly what you get.You seem to imply that the YAML is changed when you compile a book, but that's not the case and even if it is, that's definitely not Quarto.
This works just fine, see the screenshot below:
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks.
You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you …