sentry icon indicating copy to clipboard operation
sentry copied to clipboard

feat(discover): Allow arithmetic on datetime

Open wmak opened this issue 2 years ago • 0 comments

  • This allows arithmetic on datetime fields by converting them to unix timestamps, doing the math, then converting them back
  • eg. timestamp + 3600 becomes: toDateTime64(toUnixTimestamp(timestamp) + 3600, 1)

wmak avatar Sep 01 '22 20:09 wmak