Merge pull request 'Misc improvements' (#11) from hedy/gemini-tinylog-rfc:improvements into main

Reviewed-on: https://codeberg.org/bacardi55/gemini-tinylog-rfc/pulls/11
This commit is contained in:
bacardi55 2021-06-24 10:54:32 +02:00
commit cb3dc6f855

View File

@ -5,7 +5,7 @@ Last update: 2021-06-20
## Introduction ## Introduction
A Tinylog is a simple file with all "microblog" style entries to share small contents and interact with other other geminauts' tinylog. A Tinylog is a simple file with all "microblog" style entries to share small contents and interact with other geminauts' tinylog.
The original idea and most "rules" comes from Drew/uoou/Friendo: The original idea and most "rules" comes from Drew/uoou/Friendo:
@ -38,10 +38,10 @@ YYYY-MM-DD hh:mm TZ
`TZ` should either be: `TZ` should either be:
* A [timezone abbreviations](https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations) like UTC, CEST, ET, BST, … * A [timezone abbreviation](https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations) like UTC, CEST, ET, BST, …
* A valid UTC offset (eg: +02:00 for CEST, -06:00 for ET, …). * A valid UTC offset (eg: +02:00 for CEST, -06:00 for ET, …).
**Nota**: Timezone abbreviations are not standards (eg BST is an abbreviations of 3 different timezone). For better comprehension for any tools, the UTC offset is usually better. **Note**: Timezone abbreviations are not standards (eg BST is an abbreviations of 3 different timezone). For better comprehension for any tools, the UTC offset is usually better.
If the timezone is not precised, UTC should be assumed. If the timezone is not precised, UTC should be assumed.
@ -122,4 +122,4 @@ It will be up to the client to decide whether to use this information or not.
# Additional information # Additional information
* [Tools around the tinylog format](Tools.md) * [Tools around the tinylog format](Tools.md)
* [Unofficial list of tinylog](Known-tinylogs.md) * [Unofficial list of tinylogs](Known-tinylogs.md)