Date field being converted to timestamps

If it is a Logstash::TimeStamp then it is going to be in UTC and it is going to look like 2019-05-07T15:41:42.010Z. You can convert it to a string, perhaps formatting it with ruby filter and strftime, but of course then it will not be a date, just a string.