tz -> zone, update iter_tzs depends on, misc changes
This commit is contained in:
parent
8ab67d4d26
commit
62dd6712f3
5 changed files with 22 additions and 6 deletions
|
@ -160,7 +160,7 @@ For an extensive/complex example, you can check out ~@seanbreckenridge~'s [[http
|
|||
- you might trust your original timezone, or it might just be UTC, and you want to use something more reasonable
|
||||
|
||||
#+begin_src python
|
||||
Policy = Literal[
|
||||
TzPolicy = Literal[
|
||||
'keep' , # if datetime is tz aware, just preserve it
|
||||
'convert', # if datetime is tz aware, convert to provider's tz
|
||||
'throw' , # if datetime is tz aware, throw exception
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue