We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
I have the following timestamps:
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
The text was updated successfully, but these errors were encountered:
rcaudy
No branches or pull requests
Description
I have the following timestamps:
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
The text was updated successfully, but these errors were encountered: