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
Copy file name to clipboardExpand all lines: docs/docs/content/CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,25 @@ All notable changes to Rayforce-Py will be documented in this file.
5
5
!!! note ""
6
6
You can also subscribe for release notifications by joining our [:simple-zulip: Zulip](https://rayforcedb.zulipchat.com/#narrow/channel/549008-Discuss)!
7
7
8
+
## **`0.5.11`**
9
+
10
+
### New Features
11
+
12
+
-**`Timestamp.shift_tz()` method**: Shift a `Timestamp` value by a timezone offset. Accepts any `datetime.tzinfo` (including `datetime.timezone` and `zoneinfo.ZoneInfo`).
13
+
14
+
-**`Column.shift_tz()` for queries**: Shift an entire column of timestamps by a timezone offset within `select()` expressions.
The `shift_tz()` method shifts a `Timestamp` by a timezone offset, returning a new `Timestamp`. The original value is not mutated. It accepts any `datetime.tzinfo`, including `datetime.timezone` and `zoneinfo.ZoneInfo`.
0 commit comments