<TextClock
android:id="@+id/textClock2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:timeZone="GMT+0200"
android:format12Hour="MMM dd, yyyy k:mm"
android:format24Hour="MMM dd, yyyy k:mm"
android:text="@string/timeZone2"
android:layout_marginEnd="16dp"
app:layout_constraintRight_toRightOf="parent"
android:layout_marginStart="16dp"
app:layout_constraintLeft_toLeftOf="parent"
android:layout_marginTop="16dp"
app:layout_constraintTop_toBottomOf="@+id/textClock" />