Commit 3900a2e
authored
feat: Instants and ZonedDateTimes should be treated as DateTimes (#1117)
deephaven/deephaven-core#3385 is a port of DH-11692 which adds `Instant`
and `ZonedDateTime` support to the engine. I've similarly encoded these
types over Barrage as a `long` (as a nanosecond since epoch). The
encoding of Zones will actually need to be implemented at a future date
as the best implementation requires (encourages?) a much larger
refactoring of ColumnSource types. See deephaven/deephaven-core#3455 for
more information.
I was able to get the web-client-ui to display these types with this
small patch.1 parent ffb7ada commit 3900a2e
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| 315 | + | |
| 316 | + | |
315 | 317 | | |
316 | 318 | | |
317 | 319 | | |
| |||
351 | 353 | | |
352 | 354 | | |
353 | 355 | | |
| 356 | + | |
| 357 | + | |
354 | 358 | | |
355 | 359 | | |
356 | 360 | | |
| |||
0 commit comments