-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Date&Time improvements #9959
Comments
ISO 8601 also allows Z. |
A bit of a hack, but it can be implemented by Example:
|
It would also be great to add a modifier to formatDateTime to print subsecond values when used in conjunction with DateTime64. Together with the timezone offset from above I would then be able to get a full ISO-8601 timestamp from DateTime64 like |
The function has been added under |
Closing in favor of #40103. |
toTypeName
forDateTime
without timezone does not answer this question and you need to read the docsgetTimeZone(now()) = timezone()
Add modifier in formatDateTime to print 'Time offsets from UTC' in following formats
"+02:00","+0200", or "+02".
Note:+00:00
should be printed with no offset.Add parseDateTimeBestEffort description. At least describe arguments. Probably move out of type conversions.
dateDiff documentation is incomplete. Probably we should define function behavior more strictly.
The text was updated successfully, but these errors were encountered: