authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-10-24 21:50:59 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-10-24 21:50:59 -07:00
logbd98ef8f4c11db600f5c6ff2c73ff4a10159dcf8
tree1251eed7d9c44b867ddeec1ec5e1a1976310e748
parent28fe483bedb408f0d7600b8c096ad1afbe15b43e

readme- mention we only support utc atm


1 files changed, 2 insertions(+), 0 deletions(-)

README.md+2
...@@ -4,6 +4,8 @@ Exposes a `DateTime` structure that can be initialized and acted upon using vari...@@ -4,6 +4,8 @@ Exposes a `DateTime` structure that can be initialized and acted upon using vari
44
5Currently handles dates and times based on the [Proleptic Gregorian calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar) in adherence to [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601).5Currently handles dates and times based on the [Proleptic Gregorian calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar) in adherence to [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601).
66
7Does not currently support time zones outside of UTC.
8
7Does not currently handle leap seconds.9Does not currently handle leap seconds.
810
9See the `FormatSeq` structure for display information on what to pass as a `fmt` string.11See the `FormatSeq` structure for display information on what to pass as a `fmt` string.