-
Notifications
You must be signed in to change notification settings - Fork 735
[docs] Update docs for impossible TzDate casts #5866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Update docs for impossible TzDate casts #5866
Conversation
Follows up #5805
✅ Documentation buildRevision built successfully |
Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
✅ Documentation buildRevision built successfully |
✅ Documentation buildRevision built successfully |
| DateTime::Format("%Y-%m-%d %Z")(AddTimezone($x, "Europe/Moscow")), -- 2019-10-22 Europe/Moscow | ||
| ``` | ||
|
|
||
| Стоит отметить, что значения в типaх TzDatetime и TzTimestamp, имеющие положительное смещение таймзоны, не могут быть преобразованы в тип TzDate. Рассмотрим следующий пример: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
значения -> некоторые значения
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, thanks!
✅ Documentation buildRevision built successfully |
Follows up #5805
Changelog category