-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
ERR: disallow direct tz setting #3746
Comments
Create a new index with the tz at the beginning; This kind of assignment is not allowed (and should raise)
|
What would be the best way to create an index in the way i am doing from epoch timestamps and adding tz information. |
make sure that you stamps are in nanoseconds (prob just multipy by 1e6) Timestamp will take the nanoseconds and give you the correct timestamp
|
Specifying timezone failed for me. Version 0.11.0
|
@nipunreddevil from the cross-post
|
Please see timezone is changing, but not the time.
Contrast this with
|
This is why we need a method to do this......
|
Great! |
Hmm, we should prevent this from being set. Changing this issue to an ERR one.
|
related to #3714
tz should not be settable
A temporary fix which i did was to add seconds to data manually while creating the index.
The text was updated successfully, but these errors were encountered: