Apply format to timestamps - axis independent of tooltip

We work with a lot of time series data. There is currently no way to modify the format of the timestamp on the axis. For example, if I’m plotting data that comes at roughly 15-minute intervals and I want to plot data over the course of several days I see something like this:

Since we’re plotting multiple days, the axis doesn’t need to show the exact time (i.e., I’d like to drop the 00:00:00 on the axis). I might also want to format the dates on the axis as “May 8, 2022”, etc.

However, I wouldn’t necessarily want that same format to show up in the tooltip, because in that case I do want to see the exact timestamp. Ideally, I’d be able to apply custom timestamp formats to both the axis labels and the tooltips, independently.