Commit 63e7910
authored
enh: ws support timezone (#361)
* chore: update Cargo.lock
* feat: add timezone support in connection and queries, with tests for default and custom timezones
* feat: enhance timezone handling in Cursor and TaosResult, add comprehensive tests for default and custom timezones
* feat: tmq support timezone
* fix: handle pytz import failure gracefully in to_py_datetime function
* feat: enhance datetime handling in to_py_datetime function with improved timezone support and fallback warnings
* fix: set default address to localhost if none provided in Consumer configuration
* ci: set timezone
* refactor: extract warning logic into separate function for missing timezone libraries
* chore: update taos dependency branch from 'enh/TD-36874' to 'main' in Cargo.toml1 parent 38ee119 commit 63e7910
File tree
10 files changed
+577
-163
lines changed- .github/workflows
- taos-ws-py
- src
- tests
10 files changed
+577
-163
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
199 | 202 | | |
200 | 203 | | |
201 | 204 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments