1
0
Fork 0

Minor tweak to README, add some of my notes

main
Ambrose Chua 2020-11-10 18:42:13 +08:00
parent 9d8d5ee467
commit 84825d48ca
2 changed files with 7 additions and 2 deletions

5
NOTES.md Normal file
View File

@ -0,0 +1,5 @@
- Should allow for interactive tweaking of dates and times
- Example: Picking the best time to meet
- Should indicate when DST is active
- How important is this? We do already show the correct time

View File

@ -47,8 +47,8 @@ should not be accounted for. These are guarenteed to be stable and accurate.
## Timezone Data
Go [relies on local tzdata](https://golang.org/pkg/time/#LoadLocation), and thus
`datetime.link` relies on local tzdata.
[Go relies on local tzdata](https://golang.org/pkg/time/#LoadLocation), and thus
`datetime.link` relies on it too.
## Upcoming Improvements