diff options
Diffstat (limited to 'sources.bib')
-rw-r--r-- | sources.bib | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sources.bib b/sources.bib index e69de29..b088784 100644 --- a/sources.bib +++ b/sources.bib @@ -0,0 +1,14 @@ +% bible: <https://tug.ctan.org/info/biblatex-cheatsheet/biblatex-cheatsheet.pdf> + +@techreport{rfc:3339, + author = {G. Klyne and C. Newman}, + title = {Date and Time on the Internet: Timestamps}, + url = {https://www.rfc-editor.org/rfc/rfc3339}, + urldate = {2023-01-03}, + date = {2002-07}, + type = {RFC}, + number = 3339, + publisher = {RFC Editor}, + institution = {RFC Editor}, +} + |