Misc improvements
1. redundant "other" 2. singular "timezone abbreviation" 3. nota is a part of an insect so I think it should be "note" 4. plural "tinylogs" since it's a list (not extremely sure about this one but I did it anyway)
This commit is contained in:
parent
4045faf7e7
commit
1f34fe5c2d
@ -5,7 +5,7 @@ Last update: 2021-06-20
|
||||
|
||||
## 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:
|
||||
|
||||
@ -38,10 +38,10 @@ YYYY-MM-DD hh:mm TZ
|
||||
|
||||
`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, …).
|
||||
|
||||
**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.
|
||||
|
||||
@ -120,4 +120,4 @@ It will be up to client to decide to use this information or not.
|
||||
# Additional information
|
||||
|
||||
* [Tools around the tinylog format](Tools.md)
|
||||
* [Unofficial list of tinylog](Known-tinylogs.md)
|
||||
* [Unofficial list of tinylogs](Known-tinylogs.md)
|
||||
|
Loading…
x
Reference in New Issue
Block a user