Slackbot
04/04/2023, 6:54 AMBibek Sahoo
04/04/2023, 7:29 AMtimestamp_parse (string expr, [pattern, [timezone]]) parses a string into a timestamp using a given Joda DateTimeFormat pattern. If the pattern is not provided, this parses time strings in either ISO8601 or SQL format. The time zone, if provided, should be a time zone name like "America/Los_Angeles" or offset like "-08:00", and will be used as the time zone for strings that do not include a time zone offset. Pattern and time zone must be literals. Strings that cannot be parsed as timestamps will be returned as nulls.Kanthraj Setty
04/04/2023, 7:48 AMBibek Sahoo
04/04/2023, 9:13 AMTIME_FORMAT.
SELECT TIME_FORMAT(__time,'yyyy-MM-dd HH:mm:ss', 'UTC') FROM rle
https://druid.apache.org/docs/latest/misc/math-expr.html#time-functionsKanthraj Setty
04/07/2023, 3:52 AMBibek Sahoo
04/10/2023, 4:18 AM