File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207
207
- Support pandas way to build datetime from timestamp (PR # 252).
208
208
209
209
`timestamp_since_utc_epoch` is a parameter to set timestamp
210
- convertion behavior for timezone- aware datetimes.
210
+ conversion behavior for timezone- aware datetimes.
211
211
212
212
If `` False `` (default), behaves similar to Tarantool `datetime.new()` :
213
213
@@ -227,7 +227,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
227
227
228
228
Thus, if `` False `` , datetime is computed from timestamp
229
229
since epoch and then timezone is applied without any
230
- convertion . In that case, `dt.timestamp` won' t be equal to
230
+ conversion . In that case, `dt.timestamp` won' t be equal to
231
231
initialization `timestamp` for all timezones with non- zero offset.
232
232
233
233
If `` True `` , behaves similar to `pandas.Timestamp` :
You can’t perform that action at this time.
0 commit comments