Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

Commit 5d91cbb

Browse files
author
kud1ing
committed
Updated Lib datetime (markdown)
1 parent ebbce3e commit 5d91cbb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Lib-datetime.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ See ISO 8601 which relies on IEC 60050-111, IEC 60050-713.
8282
### Simple immutable objects
8383
Used by: Boost, Cocoa, JSR-310
8484

85-
### Separate Date and Time types
85+
### Separate date and time types
8686

8787
Options:
8888
* having separate types for Date and Time
@@ -99,9 +99,9 @@ Options:
9999
* Pros:
100100
* simpler API (to use and implement)
101101

102-
### Integers vs floats representation
102+
### Integers vs floats
103103

104-
All representations are based on the time passed from a certain epoch, either counted in days or seconds/milliseconds/nanoseconds.
104+
All known representations are based on the time passed from a certain epoch, either counted in days or seconds/milliseconds/nanoseconds.
105105

106106
Options:
107107
* floats
@@ -155,30 +155,30 @@ Options:
155155
* Pros:
156156
* ?
157157

158-
### Separate Date/Time and Calendar interfaces
158+
### Separate date/time and calendar interfaces
159159

160160
Options:
161-
* Date/Time coupled to a calendar
161+
* date/time is coupled to a calendar
162162
* Used by:
163163
* Qt: Gregorian calendar
164164
* Cons:
165165
* ?
166166
* Pros:
167167
* ?
168-
* Date/Time tied to a configurable calendar
168+
* date/time is tied to a configurable calendar
169169
* Used by: Boost, Joda
170170
* Cons:
171171
* ?
172172
* Pros:
173173
* ?
174-
* Date/Time independent of a calendar
174+
* date/time is independent of a calendar
175175
* Used by: Cocoa
176176
* Cons:
177177
* ?
178178
* Pros:
179179
* ?
180180

181-
### Support for Date/Time without a timezone
181+
### Support for date/time without a timezone
182182

183183
Sometimes the timezone information is missing, e.g. parsing from a textual representation.
184184

0 commit comments

Comments
 (0)