Skip to content
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

Copy/paste unformatted Timestamp cannot be used in a filter #4608

Open
cpwright opened this issue Oct 6, 2023 · 0 comments
Open

Copy/paste unformatted Timestamp cannot be used in a filter #4608

cpwright opened this issue Oct 6, 2023 · 0 comments
Assignees
Labels
2023_noMilestone bug Something isn't working triage
Milestone

Comments

@cpwright
Copy link
Contributor

cpwright commented Oct 6, 2023

Description

I have the following timestamps:
image

They copy into the clipboard with the menu as 2023-10-05T22:50:00.674000000 EDT

I cannot use that in a formula, because the parser expects "ET" and not "EDT".

Expected results

The unformatted copy and paste would be suitable for use in a formula.

Actual results

The unformatted copy paste is not suitable for use in a formula.

Caused by: java.lang.Exception: Cannot parse datetime/time/period : 2023-10-05T22:50:37.193000000 EDT
at io.deephaven.time.TimeLiteralReplacedExpression.convertExpression(TimeLiteralReplacedExpression.java:133)
at io.deephaven.engine.table.impl.select.AbstractConditionFilter.init(AbstractConditionFilter.java:145)
... 40 more

Versions

  • Deephaven: 0.29.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2023_noMilestone bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

3 participants