You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The missing **naive** date, time, and datetime types.
10
+
**Naive** date, time, and datetime types.
11
11
12
12
13
13
## Usage
14
14
15
-
Native `Date` type is great for working with dates along the time zones (e.g. "2017-09-29T15:00:00+0300"), however there are some scenarios in which naive dates and times are desirable.
15
+
Native `Date` type is great for working with time zones (e.g. "2017-09-29T15:00:00+0300"), however there are scenarios in which naive dates and times are desirable.
16
16
17
-
The library implements three types for representing naive date:
17
+
The library implements three types:
18
18
-`NaiveDate` (e.g. "2017-09-29")
19
19
-`NaiveTime` (e.g. "15:30:00")
20
20
-`NaiveDateTime` (e.g. "2017-09-29T15:30:00" - no time zone and no offset).
0 commit comments