The new Text(_ : Date, style: DateStyle) element displays "..." if the text grows beyond its initial size for style .relative.
Text(Date(), style: .relative)
Is this a bug or am I missing an important part in the description? (Something like .frame(width: 120) didn't help).