d, that was defined as Schema.DateTimeUtc (actually of type Utc) that I'm trying to transform into a human-readable label. Something like:d were of type Date. I can't directly convert it into a Date, the only way I found so far is to get the epochMillis, use that to create a Date, which is terrible as it doesn't have any timezone info, and then convert that into a nice string. How can I achieve that in a way that doesn't make me want to cry?