@@ -82,7 +82,7 @@ See ISO 8601 which relies on IEC 60050-111, IEC 60050-713.
82
82
### Simple immutable objects
83
83
Used by: Boost, Cocoa, JSR-310
84
84
85
- ### Separate Date and Time types
85
+ ### Separate date and time types
86
86
87
87
Options:
88
88
* having separate types for Date and Time
@@ -99,9 +99,9 @@ Options:
99
99
* Pros:
100
100
* simpler API (to use and implement)
101
101
102
- ### Integers vs floats representation
102
+ ### Integers vs floats
103
103
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.
105
105
106
106
Options:
107
107
* floats
@@ -155,30 +155,30 @@ Options:
155
155
* Pros:
156
156
* ?
157
157
158
- ### Separate Date/Time and Calendar interfaces
158
+ ### Separate date/time and calendar interfaces
159
159
160
160
Options:
161
- * Date/Time coupled to a calendar
161
+ * date/time is coupled to a calendar
162
162
* Used by:
163
163
* Qt: Gregorian calendar
164
164
* Cons:
165
165
* ?
166
166
* Pros:
167
167
* ?
168
- * Date/Time tied to a configurable calendar
168
+ * date/time is tied to a configurable calendar
169
169
* Used by: Boost, Joda
170
170
* Cons:
171
171
* ?
172
172
* Pros:
173
173
* ?
174
- * Date/Time independent of a calendar
174
+ * date/time is independent of a calendar
175
175
* Used by: Cocoa
176
176
* Cons:
177
177
* ?
178
178
* Pros:
179
179
* ?
180
180
181
- ### Support for Date/Time without a timezone
181
+ ### Support for date/time without a timezone
182
182
183
183
Sometimes the timezone information is missing, e.g. parsing from a textual representation.
184
184
0 commit comments